Display UITableViewController in search mode
My application displays UITableViewController with search bar modally. What I'd like to do is displaying that view controller in search mode from the start so that user 开发者_StackOverflow社区don't have to tap on the search bar. How do I do that?
set [searchBar becomeFirstResponder];
精彩评论