We blog on all things iOS

Custom Grouped Cell Tutorial

custom-grouped-cell-header / 5 comments

UITableView has Plain and Grouped style. When you use grouped style top cell will have upper corners rounded, middle cell don’t have any of corners rounded and bottom cell have lower corners rounded. I’ll show you how to customize UITableView grouped look, so you’ll need 3 cell images: top, middle and bottom image. You’ll also […]

Read More