Skip to content

abingeorgev/ActivityViewContoller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActivityViewContoller

ActivityViewController is a simple repository by which you can add an activityIndicator along with a background. Its is fully customisable along with an xib.

How to use?

Its pretty simple to use.

Add the ActivityViewController to your project.

Create an object of ActivityViewController

 @property (strong, nonatomic)ActivityViewController *activityVC;
 

Initialise it by

 self.activityVC = kStartAnimating;

Remove it by

 [self.activityVC kStopAnimating];

To customise the innerview, you can use either xib, or

 self.innerVC.layer.cornerRadius = 5;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors