Skip to content

Instantly share code, notes, and snippets.

@aGupieWare
Created November 6, 2014 21:52
Show Gist options
  • Select an option

  • Save aGupieWare/9f9a4fda61f826f2bff0 to your computer and use it in GitHub Desktop.

Select an option

Save aGupieWare/9f9a4fda61f826f2bff0 to your computer and use it in GitHub Desktop.
Swift client activity indicator 2, snippet . . .
self.webActivityIndicator.color = UIColor.lightGrayColor()
self.webActivityIndicator.startAnimating()
self.webActivityIndicator.center = self.view.center
self.view.addSubview(self.webActivityIndicator)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment