Releases: FabrizioBrancati/BFKit
Releases · FabrizioBrancati/BFKit
BFKit 1.6.0
1.6.0
Added
- Added in NSString category the method
hasString:caseSensitive:
- Added system macros in UIDevice category
- Added iOS 9 fonts and marked as deprecated that is not available on iOS 9
Improved
- Performance improved
BFKit 1.5.3
BFKit 1.5.2
1.5.2
Added
- Added in UIView category the method
createGradientWithColors:direction:
- Added a comment on every enum, method or variable
Fixed
- Fixed a warning on
runOnMainThread
method in NSThread category
BFKit 1.5.1
1.5.1
Fixed
- Fixed a problem with CocoaPod
BFKit 1.5.0
1.5.0
Added
- Added BFButton class
- Added in UIImageView category the method
initWithImage:center:
- Added in UIImage category the method
imageWithSize:backgroundColor:maskedText:font:
- Added in UIView category the method
translateAroundTheView:duration:direction:repeat:startFromEdge:
- Added in NSNumber category the methods
nextPowerOfTwo
andisPowerOfTwo
- Added Vietnamese
Improved
- Enhancements in NSDate category
Fixed
- Minor bugfixes
Thanks to @simonlinj & @masd-duc for this release
BFKit 1.4.0
1.4.0
Added
- Added UITextView category
- Added NSObject category
- Added
BFLogDetailedString
to get more detailed log string in BFLog class - Added
dateInformationDescriptionWithInformation:dateSeparator:usFormat
method, to get timestamp in NSDate category - Added
fileSize:fromDirectory:
method, to get size of a file in NSFileManager category - Added some
@property
method, to get the RGB single component in UIColor category - Added
canProvideRGBComponents, contrastingColor & complementaryColor
methods in UIColor category - Added
imageFromText:font:fontSize:imageSize:
method, to create an UIImage from a given text in UIImage category
Fixed
- Fixed UIImage category to support al types of display (Retina & Retina HD)
- Fixed UIImage category to remove all warnings
BFKit 1.3.2
1.3.2
Added
- Added in every class or category
@import
to import the needed frameworks
BFKit 1.3.1
1.3.1
Added
- Added NSDictionary category with
dictionaryToJson:
methods
Fixed
- Fixed
reversedArray:
in NSArray category
Thanks to @simonlinj for this release
BFKit 1.3.0
1.3.0
Added
- Added
APP_DELEGATE
macro to retrive AppDelegate - Added Base64 encode/decode
- Added NSThread class with function
runOnMainThread
- Added
RGB & RGBA
macros to create UIColor objects - Added missing fonts (iOS 8)
- Added missing Audio IDs
- Added some localized strings
Improved
- Complete rewrite of BFLog class with more details in log and string of all logs
BFKit 1.2.0
1.2.0
Added
- Added NSMutableDictionary category
- Added in NSArray the method
objectAtCircleIndex:
- Added in BFSystemSound the ability to create and dispose custom sound
- Added BFApp and BFLog classes
Improved
- In NSArray the method
arrayToJson:
now returns the localized string error - NSArray & NSMutableArray enhancements
Thanks to @antwork for this release