2012-02-01 2 views

답변

0

답변을 찾았습니다!

// Show the people picker 
[self presentModalViewController:self.picker animated:YES]; 

// Force display the search bar and make the keyboard pop up 
[self.picker.topViewController.searchDisplayController setActive:YES]; 
[self.picker.topViewController.searchDisplayController.searchBar becomeFirstResponder];