Sunday, 15 September 2013

How to implement `viewForHeaderInSection` on iOS7 style?

How to implement `viewForHeaderInSection` on iOS7 style?

How to implement (UIView *)tableView:(UITableView *)tableView
viewForHeaderInSection:(NSInteger)section on iOS7 style like (NSString
*)tableView:(UITableView *)tableView
titleForHeaderInSection:(NSInteger)section works?
P.S. I just need to change a color of header's title of the UITableView
and save it's style.

No comments:

Post a Comment