/YKUpDownIndicator

Simple up-down circle indicator with Swift

Primary LanguageSwiftMIT LicenseMIT

YKUpDownIndicator

Swift License Carthage compatible

YKUpDownIndicator is simple loading indicator that can easily use anywhere, such as interacting with internal server, processing something cool!

Requirements

  • iOS 8.0 +
  • Swift 5.0 +

Installation

Cocoapods

pod 'YKUpDownIndicator'

Carthage

github "yojkim/YKUpDownIndicator"

Usage

// You can make Indicator size you want!
let upDownIndicator = YKUpDownIndicator(frame: CGRect(x: 0, y: 0, width: 100, height: 100))

// You can work with Storyboard!
@IBOutlet var upDownIndicator: YKUpDownIndicator!

Animation

upDownIndicator.animate()
upDownIndicator.stop()

LICENSE

YKUpDownIndicator is available under the MIT license. See the LICENSE file for more info.

Author

yojkim