MessageProgressView
MessageProgressView copied to clipboard
Simple loading animation for Swift.
A simple animation for indicating that message is being inputted.

Feature
- IBDesignable supporting.
- IBInspectable supporting.
Usage
- Starting an animation
progressView.startAnimation()
- Stopping an animation
progressView.stopAnimation()
Requirements
- iOS8.0+
- Xcode7.3+
Installation
Carthage
Add this line to your Cartfile.
github "Tueno/MessageProgressView"