IBAction UIButton and EXC_BAD_ACCESS

Posted by mr.octobor on Stack Overflow See other posts from Stack Overflow or by mr.octobor
Published on 2010-05-10T07:51:30Z Indexed on 2010/05/10 7:54 UTC
Read the original article Hit count: 342

Filed under:
|
|

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 !?

© Stack Overflow or respective owner

Related posts about ibaction

Related posts about uibutton