Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PaulSolt
Created February 9, 2013 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulSolt/4746558 to your computer and use it in GitHub Desktop.
Save PaulSolt/4746558 to your computer and use it in GitHub Desktop.
- (void)loadView {
[super loadView];
NSLog(@"load view");
self.starButton.layer.cornerRadius = 20; // this value vary as per your desire
self.starButton.clipsToBounds = YES;
}
- (IBAction)mixButtonPressed:(id)sender {
NSLog(@"mix it!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment