InterfaCSS Versions Save

The CSS-inspired styling and layout framework for iOS

2.0-Beta3

5 years ago
  • A lot of bugfixes and refectoring
  • Expanded XML-layout support
  • Better sample code

1.5.5

5 years ago

Fixes/changes

Fixed support for using system font (using system as font name or omitting font name entirely), and added support for using bold and italic system fonts (systemBold and systemItalic). Resolves issue 63, reported by @SeanMyFiziq.

2.0-Beta2

5 years ago
  • Added support for XML-based view/layout files, where layout can be expressed using CSS-flexbox (the Facebook Yoga engine is used under the hood)
  • Bug fixes and clean up
  • Now even more Swift friendly

2.0-Beta1

6 years ago

A new chapter.

1.5.4

6 years ago

Various cleanup, mostly related to deprecation.

1.5.3

7 years ago

Bug fixes

  • Fixed issue with property animating of UIActivityIndicatorView.

1.5.2

7 years ago

Bug fixes

  • Added fix for reloading of scoped stylesheets (pull request 62, added by @fantast1k).

1.5.1

7 years ago

Bug fixes

  • Fixed copy/paste bug in ISSViewBuilder (resolves issue 61, reported by @bangerang).

1.5.0

7 years ago

New features & changes

  • Added support for multiple style classes in selector declarations.
  • Added support for extending style declarations (via keyword @extend).
  • Introduced behavioural flag useManualStyling to class InterfaCSS, to make it possible to take control over when styling is applied to views.
  • Added nullability support for better Swift interoperability.

Bug fixes

  • Fixed minor issues with style/element information caching.

1.4.4

8 years ago

Bug fixes

  • Added workaround for problem with circular relationships occurring for some nested elements key paths (inputView and inputAccessoryView), leading to infinite loops while applying style.