BFKit Versions Save

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

v1.7.1

8 years ago

1.7.1

Added

  • Added new devices (iPhone, iPad and AppleTV)
  • Added new methods for HEX representation

Fixed

  • Fixed a bug with getSettings:objectForKey: & setSettings:object:forKey in NSFileManager category #15

Thanks to @jiongge and @fabiosoft for this release

v1.7.0

8 years ago

1.7.0

Added

  • Added UINavigationBar category
  • Added UIToolbar & UIBarButtonItem categories
  • Added BFDataStructures class with primitive data structures
  • Added new substring and indexOf methods in NSString category
  • Added fallbackTitle parameter in showTouchIDAuthenticationWithReason method in BFTouchID class
  • Added touch on screen with BFShowTouchOnScreen and BFHideTouchOnScreen macros
  • Added support for iPod Touch 6G

Improved

  • Now to create dummy images you have to explicitly call dummyImageNamed: method in UIImage
  • Changed all id to instancetype in instance creation
  • Removed UIScreen methods from UIDevice category and created UIScreen category

Fixed

  • Changed SCREEN_WIDTH & SCREEN_HEIGHT macros and fixed #13

Thanks to @jiongge for this release

v1.6.8

8 years ago

1.6.8

Added

  • Added onFirstStart and onFirstStartForCurrentVersion in BFApp class
  • Added stringByReplacingWithRegex:withString: in NSString category

Improved

  • BFLog now prints: timestamp filename:line function message
  • NSDate category now has nanosecond and use autoupdatingCurrentCalendar

Fixed

  • Bug fix in DEMO App

v1.6.7

8 years ago

1.6.7

Added

  • Added initWithImageAsTemplate:tintColor: in UIImageView category

Improved

  • Changed method to check if a NSString is an email

v1.6.6

8 years ago

1.6.6

Added

  • Added colorForColorString in UIColor category
  • Added getIndexPathsForSection in UITableView category
  • Added takeScreenshotAndSave: and takeScreenshotWithDelay:save:completion: in UIWindow category to save screenshots and make it after a delay

Improved

  • Minor changes on Documentation

Fixed

  • Fixed a bug with Retina and Retina HD displays while resizing images

v1.6.5

8 years ago

1.6.5

Added

  • Added currentAppCPUUsage in NSProcessInfo category

Fixed

  • Minor bugfixes

v1.6.4

8 years ago

1.6.4

Added

  • Added hex and hexString in UIColor category to easily create HEX colors from strings
  • Added dummy images and any blend mode in UIImage category
  • Added setMaskImage method in UIImageView category and deprecated the oldest ones in UIImage category

Improved

  • macAddress method in UIDevice category is now deprecated (from iOS 7 you cannot request for mac address)
  • Minor enhancements

Fixed

  • Fixed quality loss on most UIImage category manipulation methods

v1.6.3

8 years ago

1.6.3

Fixed

  • Fixed a problem with CocoaPods & CocoaDocs (again)

v1.6.2

8 years ago

1.6.2

Fixed

  • Fixed a problem with CocoaPods & CocoaDocs

v1.6.1

8 years ago

1.6.1

Improved

  • In NSString category the method allFamilyAndFonts now return an NSDictionary with all the family font names