Hello all how do I disassociate a button in a h file? I accidentally associated an IBAction button to h files how do I remove the association?
I tried to add a image but it will not let me sorry.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you click on the button and look at the “Connections inspector” for that button (along the right side of the Xcode project window), you’ll be able to “X” (i.e. disconnect) the action connection.
When I do it, it should look like this: