Yonaskolb Stylist Versions Save

Define UI styles for iOS apps in a hot-reloadable yaml or json file

0.3.0

4 years ago

Changed

  • Updated to Swift 5
  • Updated dependencies
  • Don't calculate styles on a view if it is removed from its superview

Commits

0.2.2

5 years ago

Fixed

  • Updated dependencies

Commits

0.2.1

5 years ago

Fixed

  • Fixed Carthage installations #9 thanks @drekka

Commits

0.2.0

5 years ago

Added

  • Added support for styling UIViewController #7
  • Added support for UIViewController in style containment selectors #7
  • Added support for accessing sub objects in a style like view, viewController, tabBar, navigationBar, toolBar, next, previous, superview, and parent #7
  • Made UIView, UIBarItem and UIViewController styles editable in the IB property inspector
  • Added support for specifying multiple styles in IB by comma separating them #6
  • Added more styleable properties
  • Added support for named colors from Asset Catalog #7

Changed

  • Styles are applied sorted by specificity #5

Fixed

  • Fixed nested style references

Commits

0.1.0

5 years ago

Initial release