-
Notifications
You must be signed in to change notification settings - Fork 389
Feature/orientationanimation-zoom-exif-errorhandling-scaling #241
base: develop
Are you sure you want to change the base?
Conversation
…review is not zoomed
Feature/pinch to zoom camera
Feature/orientation fixes
I'll take a look at this shortly. |
This is a huge change that introduces a great many dependancies along with other changes. This renders it unusable for most people as the cost of integrating it would then be too high. If you want you can continue to use your fork and possibly submit more isolated changes? |
Thank you Alex. I will remove the cocoa pods from the project, they’re unused. It’s a swift 4 build and there shouldn’t be any issues for existing users if they use the existing plugin. The main changes are cosmetic with a few new return types. I also did some linting that was needed. Would you mind giving it a run in Xcode 9 and commenting on the major breaking changes besides swift? I don’t think the fork has as many differences as you might think.
…Sent from my iPhone
On Nov 8, 2017, at 5:53 AM, Alex Littlejohn ***@***.***> wrote:
This is a huge change that introduces a great many dependancies along with other changes. This renders it unusable for most people as the cost of integrating it would then be too high. If you want you can continue to use your fork and possibly submit more isolated changes?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
…iewController into feature/update-main
…get swift 3.2 working again, add scaleFactor to input of example
@AlexLittlejohn I reverted back to swift 3.2 for now, there were only a few lines to change. I've also removed all of the cocoapods since they were unnecessary. There is a minor issue on the front screen after the photo is accepted, but it should be pretty straight forward to resolve. The main thing is the linting, the animation on the camera buttons as you rotate the screen (we can make the animation style configurable or you can change it inline), center the close button (lots of feedback about this from users), the additional scale parameter for photo output, and the exif and error data, which help a lot for debugging or logging. The fact that the buttons are pinned on the camera vc, IMO, feels like a more native experience and removes some of the complexity around the constraints. |
@AlexLittlejohn I should also mention that I am creating a Cordova iOS plugin to wrap the camera, so I was hoping to be able to pull from your repo. |
Fix positioning for X camera button and update to swift 4 so builds work
Some known layout issues with the main viewController that should be easy to resolve.