All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- None.
- None.
- None.
- None.
- None.
- None.
- 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.
- The
bindEdgesToSuperview
method now supports an optionalinsets
parameter of typeUIEdgeInsets
- None.
- None.
- None.
- None.
- UITableViewExtension to dequeue cells, headers & footers with static typing. via #10 by Murat Yilmaz
- Updated code to Swift 4.2 & Xcode 10.
- None.
- None.
- 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
- None.