From 6905e5b121c2e1dee12c724f9abf4c23a9660c64 Mon Sep 17 00:00:00 2001 From: Pierre Dulac Date: Fri, 21 Jun 2013 11:45:13 -0700 Subject: [PATCH] Update the example project to user the new user shape --- Example/ViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/ViewController.m b/Example/ViewController.m index a20096c..3803f46 100644 --- a/Example/ViewController.m +++ b/Example/ViewController.m @@ -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