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()
andstyleTransitionDidEnd()
which allow you
to do things right before a Gagat transition begins or right after it
ends. Thanks to @iKenndac for contributing these methods!