in .h file I write
-(IBAction)openShuffleForm;
and .m
-(IBAction)openShuffleForm{
NSLog(@"XXXXXXX");
}
and connect with even touch up inside but when I run my program it error show this message
-[UITouchData openShuffleForm]:
unrecognized selector sent to instance 0x391cc20
** What happen I don't know why?