Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 514 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 514 Bytes

A simple animation for indicating that message is being inputted.

preview

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"