简体   繁体   中英

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 don't have to tap on the search bar. How do I do that?

set [searchBar becomeFirstResponder];

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM