0

I've added

- (IBAction)printCollection

to my class but it doesn't show up in interface builder. I've cleaned the built, restarted interface builder, but it doesn't show up.

The previous (IBAction) are instead all there... I don't get it.

thanks

aneuryzm
  • 63,052
  • 100
  • 273
  • 488

1 Answers1

0
- (IBAction)printCollection:(id)sender;

Also, make sure you've saved the .h and the xib's File's Owner is correct.

Alan Zeino
  • 4,406
  • 2
  • 23
  • 30