Releases: FabrizioBrancati/BFKit
Releases · FabrizioBrancati/BFKit
BFKit 1.7.1
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
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 inshowTouchIDAuthenticationWithReason
method in BFTouchID class - Added touch on screen with
BFShowTouchOnScreen
andBFHideTouchOnScreen
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
toinstancetype
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
1.6.8
Added
- Added
onFirstStart
andonFirstStartForCurrentVersion
in BFApp class - Added
stringByReplacingWithRegex:withString:
in NSString category
Improved
- BFLog now prints:
timestamp filename:line function message
- NSDate category now has
nanosecond
and useautoupdatingCurrentCalendar
Fixed
- Bug fix in DEMO App
BFKit 1.6.7
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
1.6.6
Added
- Added
colorForColorString
in UIColor category - Added
getIndexPathsForSection
in UITableView category - Added
takeScreenshotAndSave:
andtakeScreenshotWithDelay: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
1.6.5
Added
- Added
currentAppCPUUsage
in NSProcessInfo category
Fixed
- Minor bugfixes
BFKit 1.6.4
1.6.4
Added
- Added
hex
andhexString
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
1.6.3
Fixed
- Fixed a problem with CocoaPods & CocoaDocs (again)
BFKit 1.6.2
1.6.2
Fixed
- Fixed a problem with CocoaPods & CocoaDocs
BFKit 1.6.1
1.6.1
Improved
- In NSString category the method
allFamilyAndFonts
now return an NSDictionary with all the family font names