Hi,
I have 2 views in my project, and I want to hide the second one. I tried to use the alpha and visible parameters of view but it doesn’t work, and removeChild(view2) doesn’t work either. The result is the 2nd view frozen, but it is still on the top of visualization.
There is a way to do that? Thanks!