gpt4 book ai didi

ios - UIViewImage 推送到 Storyboard中的新 UIViewController

转载 作者:行者123 更新时间:2023-11-29 03:43:57 25 4
gpt4 key购买 nike

来自类似 this 的问题和 this ,我知道如何以编程方式将 UIViewImage 推送到新的 UIViewController

但是我怎样才能完全在 Storyboard中做到这一点?我喜欢 Storyboard,并且不希望到处都有多个 xib 文件。

我已经通过 Storyboard 启用了用户交互,但我仍然无法创建过渡...

enter image description here

最佳答案

  1. 将 UIViewController 对象拖到 Storyboard Canvas 上
  2. 选择该 ViewController,然后在顶部菜单栏中单击编辑器 > 嵌入 > 导航 Controller 。
  3. 将另一个 UIViewController 拖到 Storyboard 上
  4. 控制从第一个 UIViewController 到新 UIViewController 的拖动,然后从结果选项中选择推送。
  5. 单击创建的 Segue,然后转到“属性”检查器并输入 Segue 的标识符。
  6. 在处理 UIImageView 点击的 ViewController 代码中,调用 [self PerformSegueWithIdentifier:@"YourSegueIdentifier"sender:self];

关于ios - UIViewImage 推送到 Storyboard中的新 UIViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17974898/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com