Releases: ca-archived/iOS-NBUImagePicker
Releases · ca-archived/iOS-NBUImagePicker
1.3.1
- New optional asset library
accessDeniedView
. - Fixed camera capture when pushing another controller before capture is finished.
1.3.0
- Update titles only if they start with
@@
. - Remove no longer needed
updatesTitle
properties. - Do not automatically remove camera's
lastPictureImageView
on single image mode. - Make
NBUCropView
'sscrollView
not to clip subviews by default. - Improved iOS 64bit simulator support.
- Fix 64bit compiler warnings.
1.2.0
- Update IB files' format
- Add missing CoreVideo framework to Camera subspec
- Ease NBUImagePickerController subclassing by removing it from the picker Storyboard
- Fix Picker's iOS 6 navigation bar UI
- Update string formatting for 64bit compatibility
- For convenience return picker on startPickerWithTarget method
1.1.1
- Fix toggle to camera button
1.1.0
- Migrate to Storyboards
- Refactor Picker
- Make filters (and thus GPUImage) completely optional
- Modernize code
1.0.0
Initial public release