This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Releases: FlineDev/HandyUIKit
Releases · FlineDev/HandyUIKit
Release list
1.9.3
1.9.2
1.9.1
1.9.0
Added
- New
NibLoadableprotocol for loadingUIViewsubclasses from XIB files both from code and IB files. - New
RoundableViewIBDesignable withcornerRadiusdefined for use right within Interface Builder files. - New
TemplateButtonIBDesignable withimagealways rendered as.alwaysTemplatefor use right within IB files. - New
TemplateImageViewIBDesignable withimagealways rendered as.alwaysTemplatefor use right within IB files. - New
visibleViewControllerproperties onUIWindowto get the currently presented view controller globally.
Changed
- The
bindEdgesToSuperviewmethod now supports an optionalinsetsparameter of typeUIEdgeInsets
1.8.0
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.plistfile could not be found when executing tests.
via #9 by Andreas Link - Fixes an issue in
toGrayscale()method – did not consider image'sscale.
via #8 by Andreas Link
1.7.0
New Features
- Upgrade to Swift 4.1 & Xcode 9.3
- Add
UIImageextension withtoGrayscale()method - Add
superviewsandfirstSuperview(where:)toUIViewextension - Add
firstRespondertoUIViewextension - Add
animateAlongsideKeyboardmethod toUIViewextension