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
Released on 2016-11-27.
- added
UIView.refreshSubviewAppearance
andUIApplication.refreshApplicationAppearance
methods to reload app look after changingUIApperance
(useful for theme support)
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
Released on 2016-11-13.
- Initial release