Tuesday, September 4, 2012

UIView That Allows Interactions With Views Behind It

A UIView that allows interaction with the stuff behind it, and the stuff in it. Great. This is taken from my remix answer here on StackOverflow.


The normal way to do this is to set allowsUserInteraction to NO, but this does not allow any interaction with the subviews of the present class.

No comments: