I write in a .h file
-(IBAction)openShuffleForm;
and .m
-(IBAction)openShuffleForm{ NSLog(@"XXXXXXX"); }
and connect with but when I run my program, this error message shows this message
-[UITouchData openShuffleForm]: unrecognized selector sent to instance 0x391cc20
** What happened, I donβt know why?
source share