Hide FBFriendPickerViewController navbar when pushing onto UINavigationController
问题 Presenting an instance of FBFriendPickerViewController using presentViewController:animated:completion: is pretty straightforward and the class seems like it is meant for that use case. However, I want to push an instance of FBFriendPickerViewController onto an instance of UINavigationController using pushViewController:animated: . Consider the following code as an example: self.fbFriendPickerController = [[FBFriendPickerViewController alloc] init]; self.fbFriendPickerController