Skip to content

BFKit-Swift 1.6.0

Compare
Choose a tag to compare
@FabrizioBrancati FabrizioBrancati released this 01 Feb 00:27
· 957 commits to master since this release

1.6.0

Added

  • Added CONTRIBUTING.md file
  • Added brightness directly to UIScreen extension
  • Added randomInt() function with range support in NSNumber extension
  • Added Brazilian Portuguese #20 & #22
  • Added a screen size structure in UIScreen extension to check the device's screen size #9
  • Added NSData extension
  • Added shortDate() function to NSDate extension
  • Added safeObjectForKey() in NSDictionary extension
  • Added BFTextField subclass of UITextField to limit the max characters
  • Added some functions to NSString & String extensions
  • Added updateUniqueIdentifier(_: _:) in UIDevice extension
  • Added removeAllSubviews() in UIView extension
  • Added calculatedHeight() & setFont(_, fromIndex:, toIndex:)

Improved

  • Minor enhancements & bug fix

Fixed

  • Fixed a bug in randomColor(_) that may cause a crash #8

Thanks to @Ewg777, @emersonbroga & @liushixiang for this release