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.
不使用情节提要是否可以执行Modal Segue类似的操作?
Modal Segue
换句话说,我只需要使用 Modal Segues 之类的动画显示另一个视图,但由于我需要我的应用程序与旧 iOS 版本兼容,因此我无法使用 Storyboards。
好的,刚找到。
有可能:
controller.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal; [self presentModalViewController:controller animated:YES];