通过this和this之类的问题,我知道如何以编程方式UIViewImage
推送UIViewController
。
但是我怎样才能完全在 Storyboard 中完成这项工作?我喜欢 Storyboard ,并希望到处都没有多个xib
文件。
我已经通过 Storyboard 启用了用户互动,但我仍然无法创建过渡...
答案 0 :(得分:1)
[self performSegueWithIdentifier:@"YourSegueIdentifier" sender:self];