Xcode 6 Storyboard Unwind Segue with Swift Not Connecting to Exit

前端 未结 11 2058
栀梦
栀梦 2020-12-02 09:20

When trying to connect a Navigation Bar Button to the Exit item of a ViewController in Xcode 6 (not really sure if it\'s an Xcode 6 problem but worth mentioning as it is in

11条回答
  •  一个人的身影
    2020-12-02 09:37

    You may want to verify that the original controller destination that you're trying to unwind to is not embedded inside a Container object. Xcode 6 ain't having that.

提交回复
热议问题