nullproduction / BFKit

BFKit is a collection of useful classes to develop Apps faster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BFKit Banner

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

Installing and Usage

  • Copy the library folder (BFKit) to the project
  • Add the AudioToolbox framework to the project
  • Import the file "BFKit.h"
  • Enjoy!

Requirements

  • iOS SDK 7.0 or later

Language support

en, it

More soon!

Notes

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

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!

Author

Fabrizio Brancati

License

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

About

BFKit is a collection of useful classes to develop Apps faster

License:MIT License


Languages

Language:Objective-C 100.0%