[enter image description here][1]I'm implementing sectionIndexTitles in my app I want to change the font of SectionIndexTitle. Help me
https://i.stack.imgur.com/S6NKm.png
func sectionIndexTitles(for tableView: UITableView) -> [String]? {
return arrIndexSection
}
Comments
Post a Comment