Pass data back to the previous controller

前端 未结 4 1076
无人共我
无人共我 2020-12-04 18:33

I have two controllers in the storyboard, embedded in a NavigationController, and there is a segue to switch between these.

Passing data from the first controller to

4条回答
  •  攒了一身酷
    2020-12-04 19:13

    I've been studying all of the variants to this question of how to pass data from one view controller to another and have come to see that Apple's Second iOS App Tutorial has not only the code but a lovely explanation of everything involved.

提交回复
热议问题