Changing views
I have two Views.
I have a root View.
I added the two views to the root view.
I made two methods that ShowViewOne() or ShowViewTwo(). Each method sets the other View to visible: false.
This works.
The app loads View One first. If I press a button it loads View Two. The problem is that View Two is visible below where View One was. Visible property is leaving empty space - why is this?
It hides view one but view two shows up 400px below the top of the phone screen!