Can I customize section header in a UITableView? (font, image...) I'd like to achieve something like this:
Is that possible? I already got my cells like I wanted, but not section header. Thanks.
You can create a custom view for your tableView's section header by implementing the method tableView:viewForHeaderInSection:
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
// create and return a custom UIView to use for the section here
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With