代码之家  ›  专栏  ›  技术社区  ›  Marcus Leon

继续替换UISplitViewController主视图

  •  1
  • Marcus Leon  · 技术社区  · 9 年前

    我们有一个基本的UISplitViewController故事板。我们正在尝试在主屏幕上添加一个导航栏图标,该图标链接到一个新视图,但我们无法按预期工作。下面是指向新图标的箭头:

    enter image description here

    我们希望它像Apple Mail一样工作,您单击图标,新视图将显示在主视图中,例如单击编辑时:

    enter image description here

    enter image description here

    但是在调整了segue设置之后,我能做的最好的是使用ShowDetail,它在细节视图中显示新屏幕。

    如何在主视图中显示新视图?

    1 回复  |  直到 9 年前
        1
  •  0
  •   Marcus Leon    9 年前

    原来它就在我面前:

    • 种类:现在的方式
    • 介绍:当前背景

    演示设置是我缺少的。。。。。

    enter image description here

    推荐文章