/iOS-NBUKit

Customizable camera, assets, image editing, gallery, picker and UIKit subclasses

Primary LanguageObjective-CApache License 2.0Apache-2.0

NBUKit

Pod Platform Pod Version Build Status

Customizable camera, assets, image editing, gallery, picker and UIKit subclasses.

Uses NBUCore.

NBUKit

Components

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!

NBUCamera NBUCamera

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.

NBUAssets NBUAssets

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.

NBUEdit NBUEdit

NBUGallery

Image slideshow in development inspired by FGallery.

NBUGallery

NBUImagePickerController

Block-based image picker that combines all modules mentioned above.

NBUPicker

Customization

The main goal of NBUKit is to be fully customizable and easy to extend.

Installation

Cocoapods (1.9.x+)

  1. Install Cocoapods if not already done.
  2. Add pod 'NBUKit' to your Podfile.

If you have a problem try gem update cocoapods first.

Manual (up to 1.8.x)

NBUKit Installation.

Documentation

NBUKit + NBUCore

NBUKit only

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.