https://github.com/kodekarim/activityindicator
Activity Indicator
https://github.com/kodekarim/activityindicator
activityindicator activityview ios progress-circle swift3
Last synced: 5 months ago
JSON representation
Activity Indicator
- Host: GitHub
- URL: https://github.com/kodekarim/activityindicator
- Owner: kodekarim
- License: mit
- Created: 2015-12-26T05:37:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T18:11:21.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T13:10:04.192Z (5 months ago)
- Topics: activityindicator, activityview, ios, progress-circle, swift3
- Language: Swift
- Homepage:
- Size: 20.5 KB
- Stars: 50
- Watchers: 6
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
Requirements
iOS 8.0+ /
Xcode 7.2+
A simple & stylish background activity Indicator which is easily integrated with just some line of code...
how to implement ...
Import the class file to your Project.
Drag a view from object library to the view where you want to display the activity indicator.
Click the view and set the class as "activityIndicator" and link to the view ie..@IBOutlet.
Congrats you have successfully imported the cool activity indicator library.
enjoy the lib..
Controlling function
activityView.startLoading()
activityView.completeLoading(true)
activityView.completeLoading(false)
activityView.strokeColor = UIColor.redColor()
For reference see the example