NSInvalidArgumentException - receiver has no segue with identifier

前端 未结 8 1622
迷失自我
迷失自我 2020-11-29 07:32

I have been trying everything for hours, and nothing\'s worked. I am trying to segue between two view controllers, from one tableViewController to another tableViewControlle

8条回答
  •  北海茫月
    2020-11-29 07:41

    I tried everything listed and had no luck. What worked was to create a new segue to a new View, then use that one, run it, then create a segue back to the old view.

提交回复
热议问题