Gagat v1.1.0 Release Notes

Release Date: 2017-12-06 // over 5 years ago
  • ๐Ÿ”– Version 1.1.0 of Gagat adds support for Objective-C clients (i.e. using
    ๐Ÿ‘€ Gagat from apps written in Objective-C)! See the README for instructions
    on how to use Gagat from Objective-C.

    ๐Ÿ’… There's also two new (optional) methods in GagatStyleable:
    ๐Ÿ’… styleTransitionWillBegin() and styleTransitionDidEnd() which allow you
    to do things right before a Gagat transition begins or right after it
    ends. Thanks to @iKenndac for contributing these methods!