How do I set the selector (so which method will be called when the button is pressed), of an NSButton in Interface Builder, I have created an IBAction method and declaration, but it doesn’t show in IB?
Share
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.
Make sure a) The object is of the right class, and b) You put the IBAction in the header file and saved it.
If you have done that and it still doesn’t show up, go to File->Reload All Class Files in IB.