changing corner radius of uitableview grouped in iOS6
changing corner radius of uitableview grouped in iOS6
I've tried using the following code but with no luck. Anybody know how to
do this in iOS 6?
self.tableView.layer.cornerRadius = 0.0f;
[self.tableView setClipsToBounds:YES];
No comments:
Post a Comment