Set segue identifier programmatically

后端 未结 2 1025
臣服心动
臣服心动 2021-01-28 13:22

Lets say i have a ViewController with a textField and a button.

I want to use an unwind segue so i could get the information of the textField to my other viewController

2条回答
  •  后悔当初
    2021-01-28 14:06

    It is not possible to create segues programmatically. They cannot exist without storyboards.

    See this question.

提交回复
热议问题