I\'m having trouble updating a project someone else created in Xcode. This is an app built in storyboard and in one case, there is a scene with a view controller that has mu
I had this issue some times ago, and the only method I found to work graphically on the hidden view was to:
The outlet should stay connected. If you use command-x / command-v (cut/paste) you lose the outlets.
Let me know
I know it makes no sense, but you can drag it into the first view (temporarily) to edit it via the storyboard. I think this is absurd, but it does work.