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

本文共 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://bknkx.baihongyu.com/

你可能感兴趣的文章
PHP安装环境,服务器不支持curl_exec的解决办法
查看>>
jQuery|元素遍历
查看>>
用 ThreadLocal 管理用户session
查看>>
setprecision后是要四舍五入吗?
查看>>
上云就是这么简单——阿里云10分钟快速入门
查看>>
MFC多线程的创建,包括工作线程和用户界面线程
查看>>
我的友情链接
查看>>
FreeNAS8 ISCSI target & initiator for linux/windows
查看>>
PostgreSQL数据库集群初始化
查看>>
++重载
查看>>
Rainbond 5.0.4版本发布-做最好用的云应用操作系统
查看>>
nodejs 完成mqtt服务端
查看>>
sql server 触发器
查看>>
[工具]前端自动化工具grunt+bower+yoman
查看>>
关于完成生鲜电商项目后的一点总结
查看>>
noip2012 普及组
查看>>
第二阶段 铁大Facebook——十天冲刺(10)
查看>>
Java判断是否为垃圾_Java GC如何判断对象是否为垃圾
查看>>
多项式前k项和java_多项式朴素贝叶斯softmax改变
查看>>
java数组只能交换0下标和n_编程练习-只用0交换排序数组
查看>>