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
Post a Comment