I am new to Interface Builder. I have a method (IBAction) defined in my class. I want to fire this method when a particular button is clicked.
I cant see any way to add an action via the IBBuilder
I am new to Interface Builder. I have a method (IBAction) defined in my class. I want to fire this method when a particular button is clicked.
I cant see any way to add an action via the IBBuilder
Have you defined your method as an IBAction? You need to do like this for the method appear in the "File Owner's".