2
votes

When I switch my iPAD to portrait mode the navigation bar buttons button appears correctly. Now If i choose a table row from popOver View and push a new screen for the master and detail view the navigation bar button disappears and wont appear until I rotate the device to Landscape and then back to Portrait. Does anyone have a idea how to fix this ?

1

1 Answers

0
votes

Perhaps you are not setting the delegate in the UISplitViewController

self.delegate = secondViewController;