From the rootViewController I navigate to a UIViewController
rootViewController
UIViewController
if (self.contr == nil) { ExampleViewController *controller = [[Exampl
Have bind your Toolbar with File Owner? As your UIBarButton is subview of UIToolbar so you have to bind Toolbar with File Owner.