Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my iPhone app , I am displaying Contacts from Address Book in UITableView. I have added Indexed List (a,b,c,d,e... on right hand side) in this tableview same like Contacts app. I have search contacts functionality. Everything is working fine. But I want to display different table view like Contacts app when User clicks on search bar & when user starts typing , filtered results are shown in new tableview other than tableview with indexed list.

How can I add the new tableview with black OVERLAY & display my searched results in this new table view like shown in below imageenter image description here?

Any kind of reference / sample code is appreciated. Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.