How does thie iStudiez app get its table cells looking like this:

Presumably the cell content is just lots of views. But what about the Now: and Next: tags, how is that made to look like that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NOW and NEXT are SECTIONS
Table is of type GROUPED so Sections are Grouped so have rounded corners and sub rows are grouped together
NOW/NEXT headers are custom views created in
– (UIView *) tableView:(UITableView *)tableView1 viewForHeaderInSection:(NSInteger)section {
Rows are Custom TableView cells with gradient backgrounds either down in Core Graphics or png.