Interface Builder only allows one button to be "touchable"

Posted by STLMikey on Stack Overflow See other posts from Stack Overflow or by STLMikey
Published on 2010-06-08T06:42:35Z Indexed on 2010/06/08 7:32 UTC
Read the original article Hit count: 255

Filed under:
|
|

I'm making a clone of the classic game simon, the memory matching game.

My (iPad) app will load fine, i tap start, the game screen loads, and only one of my four buttons will respond to touch commands.

To troubleshoot, I tried creating a second unrelated nib and just populating it with four buttons not linked to anything. However, only one of those four buttons would respond to touch! There are no IBActions being called, nothing. Both the view itself, and all four buttons are touch enabled in the inspector...I'm stumped.

I'm moreso asking if anyone has encountered anything simillar, as I'd rather not burden potential help with app-specific questions if it's avoidable. Thank you!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ipad