NBUImagePicker
Localizable image picker with fully customizable AVFondation camera, assets, cropping and filters.
Uses NBUCore and NBUKit, supports NBULog.
Features
NBUCameraView
Customizable AVFoundation-based camera view.
Can be embeded in any superview, custom UIViewController or used along NBUCameraViewController and even takes mock pictures on the iOS simulator!
NBUAssets
Multiple classes of all three MVC categories to ease access to AssetsLibrary listening to change notifications to stay always in valid.
Also support for local assets: Images in folders that are handled just like regular library assets.
Cropping/Filters
Customizable views and controllers to modify images (filters and cropping).
Filters from CoreImage and GPUImage but could be extended to other libraries as well.
NBUGallery
Image slideshow in development inspired by FGallery.
NBUImagePickerController
Block-based image picker that combines all modules mentioned above.
Customization
The main goal of NBUImagePicker is to be fully customizable and easy to extend.
For now add the following to your CocoaPods' Podfile:
platform :ios, '5.0'
# Pre-release versions
pod 'NBUImagePicker', :git => 'https://github.com/CyberAgent/iOS-NBUImagePicker.git', :commit => 'xxx'
pod 'NBUKit', :git => 'https://github.com/CyberAgent/iOS-NBUKit.git', :commit => 'xxx'
# Optional nicer log messages
pod 'NBULog'
# Optional on-device console
pod 'LumberjackConsole'
##License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.