I am just a new learner in iOS.
I want to do my UITableView like following pic’s scrollbar.

I want to show that in my UITableView.
And can i also add custom text into these bar and?
Thanks for your helping. 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to implement the
sectionIndexTitlesForTableViewmethod of your table view data source. As the documentation says, the method returns an array with the index list that is shown on the right. For example, you may return an array with letters from ‘A’ to ‘Z’.