Import quartzcore and do something like this:
Code:
[self.tableView.layer setCornerRadius:7];
I have inserted 7 as it's what I normally use, but that probably is no where near the right size for completely rounding the tableView corners.
Quote:
Originally Posted by dpatel
Hi,
I have a table view with 4 rows. I want to show it as its in the 'Add Alarm" view in 'Clock application'. i.e. with round rectangle and then display a picker view below it.
How can I do that?
dPatel
|