Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Corrects my incompetence in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip committed Aug 13, 2014
1 parent 29a6ae1 commit 1e18a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,6 @@ Use exactly the same way as you would use UIActivityIndicatorView.
2. Create an instance and add to your view.

```objc
// Where you ne
self.activityIndicator = [[PCAngularActivityIndicatorView alloc] initWithActivityIndicatorStyle:PCAngularActivityIndicatorViewStyleLarge];
self.activityIndicator.color = [UIColor redColor];
[self.activityIndicator startAnimation];
Expand Down

0 comments on commit 1e18a3e

Please sign in to comment.