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 image
?
Any kind of reference / sample code is appreciated. Thanks