Why can't I use the show segue in xcode 6.1?

后端 未结 1 857
天涯浪人
天涯浪人 2021-01-18 20:51

So I was doing a test for another swift project and I wanted to connect a TableViewController that had a NavigationController embe

相关标签:
1条回答
  • 2021-01-18 21:05

    The new adaptive segue choices, "show", "show detail", and "present modally", and "popover presentation" are only available if you're using size classes. This makes sense because there's no need for the segue to be adaptive if you're not using size classes.

    0 讨论(0)
提交回复
热议问题