Is it possible to customize the UITableView\'s section index? I mean, changing the font style/size, background (which is semitransparent by default) etc. I\'m guessing that
self.tableView.sectionIndexColor = [UIColor brownColor]; self.tableView.sectionIndexBackgroundColor = [UIColor clearColor]; self.tableView.sectionIndexTrackingBackgroundColor = [UIColor blueColor];