Skip to content

Commit

Permalink
Update the example project to user the new user shape
Browse files Browse the repository at this point in the history
  • Loading branch information
dulacp committed Jun 21, 2013
1 parent 8bee3d6 commit 6905e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/ViewController.m
Expand Up @@ -35,8 +35,8 @@ - (void)viewDidLoad
[self.shape1View setShape:[UIBezierPath heartShape:self.shape1View.frame].CGPath];
self.shape1View.progressTintColor = [UIColor colorWithRed:189/255.f green:32/255.f blue:49/255.f alpha:1.f];

// shape 2 -- Labs
[self.shape2View setShape:[UIBezierPath beakerShape:self.shape2View.frame].CGPath];
// shape 2 -- User
[self.shape2View setShape:[UIBezierPath userShape:self.shape2View.frame].CGPath];
self.shape2View.progressTintColor = [UIColor colorWithRed:0/255.f green:163/255.f blue:65/255.f alpha:1.f];

// shape 3 -- Martini
Expand Down

0 comments on commit 6905e5b

Please sign in to comment.