iphone - set border for grouped UITableView -


i want set border uitableview. dont want seperators highlighted. if set clear clor seperator, border table set clear color. want black colored border table. how this? please help.

try code.

also import quartzcore framework

tableview.layer.borderwidth=4.0;

tableview.layer.bordercolor=[[uicolor blackcolor]cgcolor];


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -