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

后端 未结 11 569
离开以前
离开以前 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 10:51

    I ran into this problem and the only solution I found that works for me is to use the deprecated 'Push' segue.

提交回复
热议问题