Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Releases: FlineDev/HandyUIKit

1.9.3

15 Oct 04:56
Compare
Choose a tag to compare

Fixed

  • Fixed a warning due to a wrong path in the Swift package manifest.

1.9.2

07 May 00:53
Compare
Choose a tag to compare

Added

  • Made cornerRadius and IBDesignables available for override.

Changed

  • Updated code to Xcode 11.4 & Swift 5.

1.9.1

05 Apr 09:06
Compare
Choose a tag to compare
no message

1.9.0

11 Feb 16:44
Compare
Choose a tag to compare

Added

  • New NibLoadable protocol for loading UIView subclasses from XIB files both from code and IB files.
  • New RoundableView IBDesignable with cornerRadius defined for use right within Interface Builder files.
  • New TemplateButton IBDesignable with image always rendered as .alwaysTemplate for use right within IB files.
  • New TemplateImageView IBDesignable with image always rendered as .alwaysTemplate for use right within IB files.
  • New visibleViewController properties on UIWindow to get the currently presented view controller globally.

Changed

  • The bindEdgesToSuperview method now supports an optional insets parameter of type UIEdgeInsets

1.8.0

31 Oct 15:32
Compare
Choose a tag to compare

Added

  • UITableViewExtension to dequeue cells, headers & footers with static typing.
    via #10 by Murat Yilmaz

Changed

  • Updated code to Swift 4.2 & Xcode 10.

Fixed

  • Fixed an issue where the Info.plist file could not be found when executing tests.
    via #9 by Andreas Link
  • Fixes an issue in toGrayscale() method – did not consider image's scale.
    via #8 by Andreas Link

1.7.0

07 Apr 15:14
Compare
Choose a tag to compare

New Features

  • Upgrade to Swift 4.1 & Xcode 9.3
  • Add UIImage extension with toGrayscale() method
  • Add superviews and firstSuperview(where:) to UIView extension
  • Add firstResponder to UIView extension
  • Add animateAlongsideKeyboard method to UIView extension

1.6.0

29 Sep 08:03
Compare
Choose a tag to compare

New Features

  • Add superscript(font:) and subscript(font:) methods to String extension(s)

1.5.0

26 Sep 08:18
Compare
Choose a tag to compare

Migrated to Swift 4 & Xcode 9

1.4.0

19 Feb 13:05
Compare
Choose a tag to compare

New Features

  • Add hyphenated() method to String extension

1.3.0

19 Feb 09:31
Compare
Choose a tag to compare

New Features

  • A new String extension to calculate width/height with given font and fixed height/width