You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the code and demo project for NBUAssetsGroupViewController's selectionChangedBlock then you can your own controller or use a NBUGalleryViewController which handles zoom.
Aaah. I see. That would be something like a "digital zoom" of the iPhone camera.
The camera preview is a special layer added to NBUCameraView. You could embed that view inside a UIScrollView and handle pinch to zoom as usual. Then you would need use the zoomed section rect to crop the output of takePicture:.
There are several crop methods in UIImage+NBUAdditions that you could use.
How can i enable zoom in/out feature in NBUImagePicker?
The text was updated successfully, but these errors were encountered: