Created
November 6, 2014 21:52
-
-
Save aGupieWare/9f9a4fda61f826f2bff0 to your computer and use it in GitHub Desktop.
Swift client activity indicator 2, snippet . . .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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