I am working in XCode and I copied a view controller over to a different project, but all the connections/outlets are still connected to the old project. If I mouse over the connection dot, it highlights the outlet object in the other project. How do I remove all the connections for the class?
It seems like if the ViewController's name is the same, if I add the a IBOutlet of the same type and name it will automatically connect to the old project.
Thanks!