Releases: FlineDev/HandyUIKit
Releases · FlineDev/HandyUIKit
1.9.3
15 Oct 04:56
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed a warning due to a wrong path in the Swift package manifest.
1.9.2
07 May 00:53
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.9.0
11 Feb 16:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
New Features
Add superscript(font:) and subscript(font:) methods to String extension(s)
1.5.0
26 Sep 08:18
Compare
Sorry, something went wrong.
No results found
Migrated to Swift 4 & Xcode 9
1.4.0
19 Feb 13:05
Compare
Sorry, something went wrong.
No results found
New Features
Add hyphenated() method to String extension
1.3.0
19 Feb 09:31
Compare
Sorry, something went wrong.
No results found
New Features
A new String extension to calculate width/height with given font and fixed height/width