ActivityViewController is a simple repository by which you can add an activityIndicator along with a background. Its is fully customisable along with an xib.
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;