iOS-NBUImagePicker
iOS-NBUImagePicker copied to clipboard
Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more.
Review the following code , in the picker class , gives me 3 images if i select 6 in the block as you increasing the index twice in the loop...
The application freezes after taking/posting many pictures. UI locks up, basically. No exception, though. Any suggestions on fix?
This happens, when I select images from a library. The debugger stops at: NBUAssetsGroup.m on line 158 I'm using iOS 8.1, so maybe it is related to this SO post...
Hi, 1- How can I get the new Apple default filters ``` // Get only the core image filters. NSArray *filterTypes = [NBUFilterProvider availableFilters]; ```  2- Can I add...
Currently only the most common properties can be directly configured from the Picker or its controllers without subclassing. `NBUCameraView`, `NBUCropView`, etc., many more properties and some are "[forwarded](https://github.com/CyberAgent/iOS-NBUImagePicker/blob/master/Source/Camera/NBUCameraViewController.m#L57)" from the...
So, I had a NBUAssetsGroupViewController set up properly and definitely works in iOS 7. However, with the iOS 8 release it seems that the ObjectGridView is getting stuck in an...