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 the answer would be NO.
So, are there any open-source solutions out there that can be used for implementing a custom UITableView section index? If not, how should i go about creating such a component/control/view?
I ended up using a custom view. It’s not possible to customize the table index.