[翻译] BFKit
BFKit
?
BFKit is a collection of useful classes to?develop Apps faster.
BFKit是一個有用的工具集合,幫助你快速開發。
?
Installing and Usage
Pod?
Pod安裝
- Create a?Podfile?in your?project directory
- Write:
- Obviously?change "Project"?with your?real project name
- Open?Terminal, go to?project directory?and type:
- Import the file "BFKit.h"
- Enjoy!
Manual
手動安裝
- 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
- iOS SDK?7.0?or later
- ARC
?
Language support
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
CocoaDocs
?
Changelog
To see what has changed in recent version of BFKit, see the?CHANGELOG
你可以在修改日志中查看最新修改過的內容,可以看看CHANGELOG。
?
Todo
- ?Create instance methods for UIKit categories ?給UIKit的category添加單例方法
- ?Create a category for every UIKit element ?給每一個UIKit控件添加category
- ?Add missing font (iOS 8) ? ? ? ? 添加iOS8中新加的字體
- ?Add missing system sound ids ?添加遺漏的系統提示音
?
Author
Fabrizio Brancati
- Website
?
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!
?
總結
以上是生活随笔為你收集整理的[翻译] BFKit的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Silverlight反编译系列二常见代
- 下一篇: web前端进阶之路