in my .h file i do:
IBOutlet UIButton *button1;
which works, but in my .m file when i try:
[button1 setHidden:NO];
button one has an error saying: "button1 not declared".
previous outlets i have made are working fine in .m is it something i did?
IBOutlet UIButton *button1;
which works, but in my .m file when i try:
[button1 setHidden:NO];
button one has an error saying: "button1 not declared".
previous outlets i have made are working fine in .m is it something i did?