Skip to content

kodekarim/activityIndicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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