I am confused on how I would round corners, I've seen about 10 other posts and non of them have helped me. Am I doing this correctly?
#import "QuartzCore/QuartzCore.h" // in my ViewController.h
- (void)viewDidLoad
{
[super viewDidLoad];
self.backgroundLayer.cornerRadius = 10.0f;
}
If somebody could help me out on this it'd be greatly appreciated.