All Versions
32
Latest Version
Avg Release Cycle
143 days
Latest Release
1165 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.7.1 Changes
September 27, 201527 Sep 2015
โ 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 Changes
July 21, 201521 Jul 2015
โ 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
-
v1.6.8 Changes
July 09, 20159 Jul 2015
โ 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
- โ Added
-
v1.6.7 Changes
7 Jul 2015
โ Added
- โ Added
initWithImageAsTemplate:tintColor:
in UIImageView category
๐ Improved
- ๐ Changed method to check if a NSString is an email
- โ Added
-
v1.6.6 Changes
5 Jul 2015
โ 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
- โ Added
-
v1.6.5 Changes
2 Jul 2015
โ Added
- โ Added
currentAppCPUUsage
in NSProcessInfo category
๐ Fixed
- ๐ Minor bugfixes
- โ Added
-
v1.6.4 Changes
26 Jun 2015
โ 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
- โ Added
-
v1.6.3 Changes
23 Jun 2015
๐ Fixed
- ๐ Fixed a problem with CocoaPods & CocoaDocs (again)
-
v1.6.2 Changes
23 Jun 2015
๐ Fixed
- ๐ Fixed a problem with CocoaPods & CocoaDocs
-
v1.6.1 Changes
23 Jun 2015
๐ Improved
- In NSString category the method
allFamilyAndFonts
now return an NSDictionary with all the family font names
- In NSString category the method