Posts

Post not yet marked as solved
2 Replies
Thank you for the answer! Debug View Hierarchy is not something I'd seen before (I'm *very* new to doing any sort of iOS development) so thanks for that tip. It will be very useful in the future.As far as the responder chain stuff, yea, I was thinking it might be something like that. The canvas is set to only handle touch events when it's the primary responder, and there can only be one primary responder. So some sort of "detect when it's on a different canvas and make that one the primary responder is your suggestion? I was thinking the same thing. I don't know how to do that yet but I will keep that in mind as I learn more about how all of this stuff comes together.Thanks again for your reply!