Skip to content

Tueno/MessageProgressView

Repository files navigation

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"