Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How to change the sectionIndexTitles Font in swift

[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