iphone - How do I make a custom UITableViewCell curved? -


like settings app, or uitablecellstylevalue1?

i'm trying replicate tableviews in settings.app, have label , textfield. i'm stuck trying make cells curved. how can go doing this?

thanks!

you need use table view grouped, not plain style , rounded table cells free.

[[uitableview alloc] initwithframe:cgrectmake(0,0,320,460) style:uitableviewstylegrouped]; 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -