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

后端 未结 11 526
离开以前
离开以前 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:49

    Here is the workaround for that. It looks like a bug in Xcode for iOS 7. You need to create a dummy UINavigationController and link all your free UIViewControllers to this navigation controller. Worked for me.

提交回复
热议问题