BFKit 1.7.0
FabrizioBrancati
released this
21 Jul 17:26
·
169 commits
to master
since this release
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