UILabel acting like a "flipping clock" tile
Requirements
FlippingLabel requires Xcode 8, targeting iOS 9.0
To use this Label, just import FlippingLabel.swift to your project. Once imported, add a UILabel into your storyboard/xib file, and change it's class to FlippingLabel.
To change the label text using a fliping animation, just call the updateWithText() method on your FlippingLabel like so :
myLabel.updateWithText("My awesome text")
It will automatically animate your label text with a nice flipping animation
- If you found a bug, open an issue
- If you have a feature request, open an issue
- If you want to contribute, submit a pull request
- @melomat on github
FlippingLabel is under the MIT license. See the LICENSE file for more information.