You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BPCircleActivityIndicator is a clean and easy-to-use Activity Indicator meant to display the progress of an ongoing task on iOS.
Demo (no_interval, interval)
Requirements
Deployment Target - iOS 8.0
Swift Version - Swift 3.1
Installation
CocoaPods
BPCircleActivityIndicator is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod"BPCircleActivityIndicator"
Carthage
simply add the following line to your Cartfile:
github"ppth0608/BPCircleActivityIndicator"
Manual
Copy the folder Source/ to your project
Usage
Using BPCircleActivityIndicator isn't difficult at all. There are two actual ways of implementing it in your project:
Storyboard setup
Manual setup
Storyboard Setup
First, you're about to add 1 UIViews to your Storyboard and setup custom classes (You can set custom classes in Identity Inspector) as it shown in the picture below
(When you set custom class BPCircleActivityIndicator, you can see how view looks like cuz @IBDesignable)