Hi,
I have a search bar that filters through contacts in a plist. The entries that match are listed in a table view in between the search bar and keyboard. When a user scrolls through the matches, the keyboard disappears leaving only the table view and search bar visible. How can I set up the keyboard so that it remains visible while a user is scrolling through the table view, and only disappears after they make a cell selection?
Thanks.