Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1.16 KB

SwiftyAppearance Change Log

Released on 2018-03-07.

  • moved UIView.refreshSubviewAppearance to UIWindow where it belongs and renamed to refreshAppearance
  • renamed UIApplication.refreshApplicationAppearance to refreshAppearance
  • added AppearanceStyle for application theming
  • cleaned up the API in favor of default parameters

Released on 2016-11-27.

  • added UIView.refreshSubviewAppearance and UIApplication.refreshApplicationAppearance methods to reload app look after changing UIApperance (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 add Self in container chain of nested scope

Released on 2016-11-13.

  • Initial release