Crasher in a custom view as UINavigationControllers navigationItem.titleView
问题 I have an UIViewController with several subviews in its view property ( UISearchbar and several UIButton s). The UIButton s hooked up to typical IBAction s like -(IBAction)buttonPressed:(id)sender for the UIControlEventTouchUpInside state - it doesn't matter if I do it in IB or programmatically. - (void)viewDidLoad { MUZTitleViewController *title = [[MUZTitleViewController alloc] initWithNibName:nil bundle:nil]; self.navigationItem.titleView = title.view; } In my project there's also an