Gaikan v0.5.0 Release Notes

Release Date: 2016-05-11 // almost 8 years ago
  • โž• Added

    ๐Ÿ”„ Changed

    • [Theme] Themes are now simple AnyObject. You just define (non static) attributes ๐Ÿ’… on it and apply them on a UIView usting the new styleClass attribute.
    • ๐Ÿ’… [IB] To apply a style right from InterfaceBuilder, you now define themeClassName ๐Ÿ’… in addition to styleName.
    • ๐Ÿ’… [Style] Replaced applyStyle with styleInline. ๐Ÿ’… While the former was totally replacing the style, the newer appends style to styleClass.

    ๐Ÿ›  Fixed