CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2015 |
Maintained by Peter DeWeese.
This library is a cocoapod and framework that allows text elements such as labels, buttons, and text fields to cross-fade when their contents are changed.
This library adds a transition animation just before changing text.
Extend CrossFadingLabel/TextField/TextView or set it under 'Custom Class' in a storyboard. There is a duration property, which defaults to 0.25, and the property can be set directly from the storyboard. Any normal UILabel can be animated by calling the category method setText:withDuration:
.
Extend CrossFadingButton or set it under 'Custom Class' in a storyboard. There is a duration property, which defaults to 0.25, and the property can be set directly from the storyboard. Any normal UIButton can be animated by calling the category method setTitle:forState:withDuration:
.