测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | Apache 2 |
发布最新版本 | 2017年9月 |
由Ernesto Rivera,Ernesto Rivera维护。
依赖 | |
NBUCore | >= 2.1.0 |
Lockbox | >= 3.0.3 |
UIKit和NSFoundation的便利分类和子类。
使用NBUCore,支持NBULog。
将Image Picker代码移至NBUImagePicker。
在仓库中包含了演示项目。
NSArray
对象,支持NSBundle
中的子bundle,以及使用NSFileManager
处理文件URL。UIApplication
从NSUserDefaults
和Keychain获取/保存值。UIResponder
在响应者链中程序性地发送消息。UIView
的视图,导航控制器或标签控制器。UIButton
协议,可以自由地在UIButton
和UIBarButtonItem
对象之间切换。UIImage
对象。UIScrollView
到任何边缘(带/不带动画)。UIWebView
对象获取/更改系统UserAgent,触发JavaScript事件,并获取HTML标题。UIViewController
提供导航项Outlet和强制刷新方向方法。UITabBarController
的标签栏。UINavigationController
对象提供额外的属性,关闭和弹出视图控制器以及到根控制器的方NBUActionSheet
和NBUAlertView
。NBUBadgeView
和NBUBadgeSegmentedControl
。NBUMailComposeViewController
,可以初始化为mailto:
URL。NBURefreshControl
。UITabBar
的NBUTabBarController
。NBUView
。supportedInterfaceOrientations
属性的NBUViewController
。目前请在您的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.