ZXLoadingView

🍕ZXLoadingView is an iOS progress-activity

MIT License

Stars
14

ZXLoadingView

Example

To run the example project directory.

// Initialize the progress view
let loadingView:ZXLoadingView = ZXLoadingView.init(frame:CGRect.init(x: self.view.center.x, y: self.view.center.y, width: 100, height: 100))

// Set the line width of the loadingView
loadingView.lineWidth = 2.0
// Set the tint color of the loadingView
loadingView.tintColor = .red

// Add it as a subview
self.view.addSubview(loadingView)

...

// Start & stop animations
loadingView.startAnimating()
loadingView.stopAnimating()

Also Support Xib & StoryBoard

The lineWidth and tintColor properties can even be set after animating has been started, which you can observe in the included example project.

Requirements

swift4.0

Installation

ZXLoadingView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ZXLoadingView'

Author

zxin2928, [email protected]

License

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

Package Rankings
Top 26.31% on Cocoapods.org
Badges
Extracted from project README
CI Status Version License Platform Join the chat at https://gitter.im/zxin2928/ZXLoadingView
Related Projects