zoukankan      html  css  js  c++  java
  • [翻译] BFKit

    BFKit

    BFKit is a collection of useful classes to develop Apps faster.

    BFKit是一个非常实用的开发套件,帮助你快速开发。

    Installing and Usage - 安装与使用

    • Copy the library folder (BFKit) to the project 复制library文件夹到项目当中
    • Add the AudioToolbox framework to the project 添加AudioToolbox框架
    • Import the file "BFKit.h" 导入头文件“BFKit.h”
    • Enjoy! 你可以使用了

    Requirements - 需要的环境

    • iOS SDK 7.0 or later iOS7.0以上

    Language support - 语言支持

    en, it

    More soon!

    Notes - 注意

    Some things are not updated to iOS 8 (in example font enums), but it will be soon!

    很多并没有更新支持iOS8,但是很快就会修改好!

    What does it do? - 他能做什么?

    Adds some useful method to some classes.

    增加了一些非常实用的功能。

    Foundation:

    • NSArray
    • NSDate
    • NSFileManager
    • NSMutableArray
    • NSNumber
    • NSProcessInfo
    • NSString

    UIKit:

    • UIButton
    • UIColor
    • UIDevice
    • UIFont
    • UIImage
    • UIImageView
    • UILabel
    • UIScrollView
    • UITableView
    • UITextField
    • UIView
    • UIWebView
    • UIWindow

    BFKit:

    • BFPassword
    • BFSystemSound

    It makes possible to create User Interfaces and working with Foundation framework faster. It adds a class to check the strength of a password and a class to play system sounds with an enum.

    I'll add here a list of all available methods soon!

    使用BFKit能快速构建UI,帮你快速开发!

    Author

    Fabrizio Brancati

    License

    BFKit is available under the MIT license. See the LICENSE file for more info.

  • 相关阅读:
    ES6学习,持续更新!!!
    如何实现图片自适应
    jquery判断元素是否存在
    JS基础_对象字面量
    JS基础_基本数据类型和引用数据类型
    JS基础_属性名和属性值
    JS基础_对象的简介、对象的基本操作
    JS基础_质数练习的改进,提高程序执行效率
    JS基础_break和continue
    JS基础_打印出1-100之间所有的质数
  • 原文地址:https://www.cnblogs.com/YouXianMing/p/4190730.html
Copyright © 2011-2022 走看看