Closed tenaz3 closed 8 years ago
I have the same doubt...
Setting userInteractionEnabled = true
means that the HUD receives touches. This in turn means that it prevents touches from passing through it to other views. Setting userInteractionEnabled = false
makes the hud opaque to touches, meaning that they pass through it to views that are positioned below it.
This code below set user interaction true, but disable user touch events. It seems that do inverted work. Is this correct? The doc say: