15

GitHub - jungseungyeo/SwiftlyIndicator: ?⚙️ SwifitlyIndicator

 5 years ago
source link: https://github.com/jungseungyeo/SwiftlyIndicator
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

SwiftlyIndicator

Swift CocoaPods


Installation

pod init
pod 'SwiftlyIndicator'
pod install

open [project].xcworkspace

Example

import SwiftlyIndicator

override func viewDidLoad() {
  // Image Indicator
  view.startImageSwitflyIndicator(images: [UIImage], milliseconds: Int)
}

import SwiftlyIndicator

override func viewDidLoad() {
  // Image Rotation Indicator
  view.rotationImageSiwftlyIndicator(images: [UIImage], bgColor: UIColor)
}

import SwiftlyIndicator

override func viewDidLoad() {
  // default
  view.startSwiftlyIndicator()
}

import SwiftlyIndicator

override func viewDidLoad() {
  // Rotation
  view.rotationSwiftlyIndicator()
}


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK