Skip to content

Releases: FabrizioBrancati/BFKit

BFKit 1.7.1

27 Sep 17:26
Compare
Choose a tag to compare

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

BFKit 1.7.0

21 Jul 17:26
Compare
Choose a tag to compare

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

BFKit 1.6.8

09 Jul 01:52
Compare
Choose a tag to compare

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

BFKit 1.6.7

07 Jul 16:50
Compare
Choose a tag to compare

1.6.7

Added

  • Added initWithImageAsTemplate:tintColor: in UIImageView category

Improved

  • Changed method to check if a NSString is an email

BFKit 1.6.6

05 Jul 14:44
Compare
Choose a tag to compare

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

BFKit 1.6.5

02 Jul 00:06
Compare
Choose a tag to compare

1.6.5

Added

  • Added currentAppCPUUsage in NSProcessInfo category

Fixed

  • Minor bugfixes

BFKit 1.6.4

26 Jun 17:36
Compare
Choose a tag to compare

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

BFKit 1.6.3

23 Jun 16:18
Compare
Choose a tag to compare

1.6.3

Fixed

  • Fixed a problem with CocoaPods & CocoaDocs (again)

BFKit 1.6.2

23 Jun 16:05
Compare
Choose a tag to compare

1.6.2

Fixed

  • Fixed a problem with CocoaPods & CocoaDocs

BFKit 1.6.1

23 Jun 11:03
Compare
Choose a tag to compare

1.6.1

Improved

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