Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用风景时,我可以看到我的主人和细节彼此相邻。是否可以让轮廓方向工作完全相同?我的细节视图很小,不需要占据整个窗口,如果在主视图中没有选择任何项目,显示细节视图甚至没有意义。
我在这里专门谈论iPad。
只需实现下面的 UISplitViewControllerDelegate 方法:
- (BOOL)splitViewController:(UISplitViewController *)svc shouldHideViewController:(UIViewController *)vc inOrientation:(UIInterfaceOrientation)orientation { return NO; }