Releases: victor-pavlychko/SwiftyAppearance
Releases · victor-pavlychko/SwiftyAppearance
1.1.0
Released on 2018-03-07.
- moved
UIView.refreshSubviewAppearance
toUIWindow
where it belongs and renamed torefreshAppearance
- renamed
UIApplication.refreshApplicationAppearance
torefreshAppearance
- added
AppearanceStyle
for application theming - cleaned up the API in favor of default parameters
1.0.2
Released on 2016-11-27.
- added
UIView.refreshSubviewAppearance
andUIApplication.refreshApplicationAppearance
methods to reload app look after changingUIApperance
(useful for theme support)
1.0.1
Released on 2016-11-18.
- added
appearance(in:)
convenience method for single enclosing container case - fixed bug when
UIAppearance.appearance
method familiy did not addSelf
in container chain of nested scope
1.0.0
Released on 2016-11-13.
- Initial release