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.
我是 iPhone 开发的新手。
如何在按钮单击时加载具有 uisplitview 控制器的页面
请帮忙
几点:
[self performSegueWithIdentifier:@"NameOfSegue" sender:self];
希望这可以帮助。