My Mac OS app was running fine until today when my TabView Controller ceased to load images for the pop-up (xy) button to display.
When I checked the connection there was this error message:
Container View does not have a IBSegueTriggerViewDidLoad binding.
Below the Triggered Segues is ViewDidLoad and Below the Connection tab is Tab View Controller: Embed with the yellow caution icon. By hovering over the icon I see the above error.
What can I do to reconnect this binding? I deleted the connection and redo the segue but the error comes back.
Any help will be appreciated.
When I checked the connection there was this error message:
Container View does not have a IBSegueTriggerViewDidLoad binding.
Below the Triggered Segues is ViewDidLoad and Below the Connection tab is Tab View Controller: Embed with the yellow caution icon. By hovering over the icon I see the above error.
What can I do to reconnect this binding? I deleted the connection and redo the segue but the error comes back.
Any help will be appreciated.