swift – iOS unwind segue breaking protocol/delegate. Why?
[ad_1] I have an iPhone app that presents information about a video playing on a kiosk-like device. The kiosk is running a python script that sends out video information via MQTT. The iPhone uses CocoaMQTT to listen for video information. When the information (title etc.) is received the app presents it modally in NowPlayingVC with…