How can I style the borders of my UITableView? I would like them rounded and a little bit beveled.
In the screenshot you can see the table view Tags and the UITextField Format (with the correct style).

UITableView background:

- (void)viewDidLoad
{
[super viewDidLoad];
[tagsTableView setBackgroundColor:[UIColor clearColor]];
}
thanks
@Patrick if you want corners of

UITableViewrounded asUITextFieldthen you can usegroup tableview by changing style ofUITableViewPlaintoGroup.