Skip to content

Using UIActivityIndicatorView

Anthony Sherbondy edited this page May 13, 2015 · 10 revisions

Step 1: Add activity indicator to storyboard

Add the Activity Indicator View to your storyboard from the Object browser and check the animating property. Add Activity Indicator|250

Step 2: Set default properties

Move the Activity Indicator View inside a button. Set the style of the Activity Indicator to be Large White. Select hidden when stopped and uncheck animating. Activity Indicator Large|250

Step 3: Start animating on button tap

Clone this wiki locally