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

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

    It's possible that you have assigned the Initial View Controller to your UIViewController instead of the UINavigationController. Also, select your UIViewController and check that the "Is Initial View Controller" option is unchecked.

    Set the UINavigationController as the Initial View Controller

提交回复
热议问题