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

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

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

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -