I am debugging a specific method in a pre-existing project (name it foobarPressed). It is listed as IBAction, but I cannot figure out where to go in the user interface to run this method, and the original developer is not available.
When I open the three views associated with the controller and look at the events for each button, each has something related, but no one has foobarPressed.
Is there a way to find all connections in Interface Builder? If this is not the case, is there a way to search for IB elements with a related identifier (so that I can find the button indicated in the code as btnFoobar)? The search field in the .xib view only allows you to allow searches by name.
source
share