博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[翻译] BFKit
阅读量:6496 次
发布时间:2019-06-24

本文共 1228 字,大约阅读时间需要 4 分钟。

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.

转载地址:http://xicyo.baihongyu.com/

你可能感兴趣的文章
Kotlin语法(基础)
查看>>
aligned_storage简单学习
查看>>
Swift泛型
查看>>
觉未知
查看>>
Servlet,过滤器,监听器,拦截器的区别
查看>>
CentOS 7更新时出现Multilib version problems
查看>>
python3 的 round 函数的 练习
查看>>
Codeigniter文件上传类型不匹配错误
查看>>
理解 CSS 布局和块级格式上下文
查看>>
MySQL RR隔离级别的更新冲突策略
查看>>
EF 通用数据层类
查看>>
Oracle 12cR1 RAC 在VMware Workstation上安装(中)—图形界面安装
查看>>
Super关键字
查看>>
【云和恩墨】一次 truncate 核心表衍生的安全管理思考
查看>>
REACT day 1
查看>>
ZooKeeper学习笔记1-----------安装启动
查看>>
Load balancer does not have available server for client
查看>>
经典算法题每日演练——第六题 协同推荐SlopeOne 算法
查看>>
Http 请求头中的 Proxy-Connection
查看>>
一个从四秒到10毫秒,花了1年的算法问题?
查看>>