mindz-eye / MYTableViewIndex

A pixel perfect replacement for UITableView section index, written in Swift
MIT License
523 stars 52 forks source link

Change color of truncation items. #25

Closed pedrocruzlopez closed 5 years ago

pedrocruzlopez commented 5 years ago

Hey!, I have a quick question, Is it possible to change the default color (which is blue) of the truncation item class?.

mindz-eye commented 5 years ago

Hi, you can set tintColor for your TableViewIndex

pedrocruzlopez commented 5 years ago

Hi, you can set tintColor for your TableViewIndex

Thanks very much