Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho4d committed Oct 19, 2014
1 parent e8cc435 commit e6d7de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Or it can be customized:
[clockView setHourHandImage:[UIImage imageNamed:@"clock-hour-background.png"].CGImage];
[clockView setMinHandImage:[UIImage imageNamed:@"clock-min-background.png"].CGImage];
[clockView setSecHandImage:[UIImage imageNamed:@"clock-sec-background.png"].CGImage];
[clockView setSecHandContinuos:YES]; // Move the second's hand continously, Off by default
[self.view addSubview:clockView];
[clockView start];
... do your thing here :)
Expand Down

0 comments on commit e6d7de6

Please sign in to comment.