BFKitios


BFKit is a collection of useful classes to develop Apps faster.git
BFKit是一个有用的工具集合,帮助你快速开发。github
Installing and Usagexcode
Pod ruby
Pod安装bash
- Create a Podfile in your project directory
- Write:
platform :ios, '7.0' xcodeproj 'Project.xcodeproj' pod 'BFKit'
- Obviously change "Project" with your real project name
- Open Terminal, go to project directory and type:
- Import the file "BFKit.h"
- Enjoy!
Manualide
手动安装工具
- Copy the library folder (BFKit) to the project 将文件夹拖拽到你的项目当中
- Add the following frameworks to the project:Import the file "BFKit.h" 导入头文件BFKit.h
- UIKit
- Foundation
- CoreImage
- CoreGraphics
- QuartzCore
- Accelerate
- AudioToolbox
- LocalAuthentication (if you want to use BFTouchID class, and set it as weak if your App runs on iOS 7)
- Enjoy!
Requirements字体
Language supportui
English(en), Italian(it), Russian(ru), Ukrainian(uk), Indonesian(id), Chinese Simplified(zh)
What does it do?
Adds some useful method to some classes.
添加了不少实用的类:
Foundation:
- NSArray
- NSDate
- NSFileManager
- NSMutableArray
- NSMutableDictionary
- NSNumber
- NSObject
- NSProcessInfo
- NSString
- NSThread
UIKit:
- UIButton
- UIColor
- UIDevice
- UIFont
- UIImage
- UIImageView
- UILabel
- UIScrollView
- UITableView
- UITextField
- UITextView
- UIView
- UIWebView
- UIWindow
BFKit:
- BFApp
- BFLog
- BFPassword
- BFSystemSound
- BFTouchID (iOS 8)
Documentation
Changelog
To see what has changed in recent version of BFKit, see the CHANGELOG
你能够在修改日志中查看最新修改过的内容,能够看看CHANGELOG。
Todo
Author
Fabrizio Brancati
License
BFKit is available under the MIT license. See the LICENSE file for more info.
Contributing
I'd love to see your ideas for improving this library.
The best way to contribute is by submitting a pull request. I'll do my best to respond to you as soon as possible.
You can also submit a new Github issue if you find bugs or have questions.
Please make sure to follow my general coding style for new features!