This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Releases: FlineDev/HandyUIKit
Releases · FlineDev/HandyUIKit
1.9.3
1.9.2
1.9.1
1.9.0
Added
- New
NibLoadable
protocol for loadingUIView
subclasses from XIB files both from code and IB files. - New
RoundableView
IBDesignable withcornerRadius
defined for use right within Interface Builder files. - New
TemplateButton
IBDesignable withimage
always rendered as.alwaysTemplate
for use right within IB files. - New
TemplateImageView
IBDesignable withimage
always rendered as.alwaysTemplate
for use right within IB files. - New
visibleViewController
properties onUIWindow
to get the currently presented view controller globally.
Changed
- The
bindEdgesToSuperview
method now supports an optionalinsets
parameter 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.plist
file 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