UISplitViewController creates a UINavigationController for primary view controller. However, the left side of the primary view controller is hidden, so I check the view hierarchy.
The reason is that the x value of origin of the navigation controller is -100. Any one has clue? Or is it only me?
It kept showing this wrong position on any iOS projects of mine. Please help.