unwind segue not triggering

前端 未结 2 1135
醉梦人生
醉梦人生 2021-01-19 18:09

I have been learning swift and have made the foundation of most of my app. I have the following storyboard

app storyboard

Everything works fine. For example

2条回答
  •  一生所求
    2021-01-19 18:40

    I did not manage to get the unwind segue to work but instead used

    navigationController!.popViewControllerAnimated(true)
    

    as a work around and this works fine.

提交回复
热议问题