Skip to content

Releases: victor-pavlychko/SwiftyAppearance

1.1.0

07 Mar 20:08
Compare
Choose a tag to compare

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

1.0.2

07 Mar 20:08
Compare
Choose a tag to compare

Released on 2016-11-27.

  • added UIView.refreshSubviewAppearance and UIApplication.refreshApplicationAppearance methods to reload app look after changing UIApperance (useful for theme support)

1.0.1

07 Mar 20:08
Compare
Choose a tag to compare

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

1.0.0

07 Mar 20:07
Compare
Choose a tag to compare

Released on 2016-11-13.

  • Initial release