Want to mimic iphone address book search (In terms of interface & interaction)
- by mr-sk
Hi,
When you do a search in the address book the flow is:
1) Select the search bar
2) The right most transparent a-z index is removed
3) A transparent black window is placed over the current UITableView
4) When you begin typing, a new UITableView is loaded with no data
5) The UITableView is populated with data as you type.
6) If you select…