'Show' segue in Xcode 6 presents the viewcontroller as a modal in iOS 7

后端 未结 11 531
离开以前
离开以前 2021-01-01 10:11

I have two view controllers in my iPhone application (built with swift) built with Xcode 6.1 and uses storyboards.

The first view controller is embedded in a navigat

11条回答
  •  时光取名叫无心
    2021-01-01 11:13

    I believe this is a bug in Xcode 7.2. In order to workaround, you can create a "Push (deprecated)" segue and then in the Storyboard editor, select the segue and change it to Show(e.g. Push)

提交回复
热议问题