iOS App crashes at segue (breakpoint occurs at func prepareForSegue)

前端 未结 1 2027
清酒与你
清酒与你 2021-01-22 21:35

Update: I figuire out, it\'s very hard to debug just by reading through the code, especially in a situation like this,https://www.dropbox.com/s/ty3clsvgednzevj/LoaferMap

相关标签:
1条回答
  • 2021-01-22 22:26
    segue.destinationViewController
    

    is not destinationViewController this class is a UINavigationController

    you have to set latitude and longitude to UINavigationController's rootViewController

    please edit like this

    0 讨论(0)
提交回复
热议问题