ios - Tell Superview to ignore touch events? -


i adding subview superview , need know how tell superview ignore touch events view receiving touch events, subview. how done?

thanks!

set userinteractionenabled property of superview no:

view.superview.userinteractionenabled = no; 

Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -