Title / Description
Code #import "YourViewController.h" #import <QuartzCore/QuartzCore.h> //required to achieve corner radius //.....Setup your controller... - (void)viewDidLoad { [super viewDidLoad]; //add a corner radius to the UILabel self.label.layer.cornerRadius = 8; } //....the rest of your controller code goes here...
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code