Skip to content

Customizable image editing, filters, camera, picker and other UIKit subclasses

License

Notifications You must be signed in to change notification settings

PTEz/iOS-NBUKit

 
 

Repository files navigation

NBUKit

Pod Platform Version 1.9.8 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. For iOS 4 targets add add pod 'GPUImage', '0.1.0' to your Podfile.
    iOS 5+ add pod 'GPUImage', pod 'GPUImage', :head or specify a commit.
  3. Add pod 'NBUKit' to your Podfile.

Sample Podfile:

platform :ios

pod 'GPUImage', :head # iOS 5+ only
pod 'NBUKit',   '~> 1.9.8' # iOS 4 use 1.9.6

If you have a problem try gem update cocoapods first.

Older versions (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.

About

Customizable image editing, filters, camera, picker and other UIKit subclasses

Resources

License

Stars

Watchers

Forks

Packages

No packages published