Hi!
I have a layer with a menu, when touching an option i am adding another layer which overlays the previous one and displays some options.
Now even though i am setting the first layer's isTouchEnabled to NO i can still select the options. Is this an expected behaviour? How can i disable the menu without having to set every option to disabled and then enable them when dismissing the overlaying layer?
I think that istouchenabled should disable every element from the layer, why wouldn't it?
Thanks!