TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Sep 2017 |
Maintained by Ernesto Rivera, Ernesto Rivera.
Depends on: | |
NBUCore | >= 2.1.0 |
Lockbox | >= 3.0.3 |
UIKit and NSFoundation convenience categories and subclasses.
Uses NBUCore, supports NBULog.
Image Picker code moved to NBUImagePicker.
A demo project is included in the repository.
NSArray
objets, support subbundles in NSBundle
and handle file URLs with NSFileManager
.NSUserDefaults
and Keychanin
with UIApplication
.UIResponder
.UIView
's view, navigation or tab controller.UIButton
protocol to freely switch between UIButton
and UIBarButtonItem
objects.UIImage
objects.UIScrollView
to any edge with/without animation.UIWebView
objects.UIViewController
's.UITabBarController
's tab bar.UINavigationController
objects.NBUActionSheet
and NBUAlertView
.NBUBadgeView
and NBUBadgeSegmentedControl
.NBUMailComposeViewController
that can be initialized with a mailto:
URL.NBURefreshControl
.NBUTabBarController
with customizable position and UITabBar
.NBUView
with commonInit, and view controller-like view will/did appear/disappear methods.NBUViewController
with commonInit and supportedInterfaceOrientations writable property.For now add the following to your CocoaPods' Podfile:
platform :ios, '5.0'
pod 'NBUKit'
# Optional for dynamic logging
pod 'NBULog'
# Optional for on-device log console
pod 'LumberjackConsole'
http://cocoadocs.org/docsets/NBUKit/
Copyright (c) 2012-2016 CyberAgent Inc.
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.