I have UIView over my CCScene in my cocos2d with box2d game. I have this problem, UIView swallows all the touches and CCLayer's ccTouchesBegin etc. methods don't get called.
Is there any way how can I pass the touches to my CCLayer? I googled this, but I got nothing on this matter, only got results concerning blocking touches from layer to layer.
Does anybody know? All help will be greatly appreciated, thanks in advance