![]() |
|
UIResponder issues - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html) +--- Thread: UIResponder issues (/thread-8094.html) |
UIResponder issues - Dre2000lbs - Sep 10, 2010 12:40 PM Hey, I want to create a TouchDelegate class that inherits UIResponder. Right now, a UIView object taking the touch respondes instead of my instantiated TouchDelegate. How do I set TouchDelegate to receive touch respondes without it being a UIView or something similar? Code: //Thanks |