views:

18

answers:

0

I am going to have UISlitViewController in my application, but firstly, I will have a register view added into the window before the split view. But in Landscape orientation, after the register view being removed from the window and adding the view of split view controller, it can not be displayed properly. The size of the detail view only partial of the normal size. Could any one help me out? And should UISplitViewController be the first view of a window?

related questions