I understand the split screen for iPad but I am wondering how to get the Menu that appears over a view that I see in some Apps
Still looking how this menu effect is achieved.
The way it slides in from the left over 2/3 of the iPhone screen
Is it possible in Xojo?
multiple views? with the X postion of the “menu view” ranging from -width of view to +width of view to achieve the slide effect?
If you dont find any other option, you can still use a canvas, put the controls on it. Use a pan/swipelistener to move it with contstraints. Example in this topic.
Hi Dave,
Are you saying you Push the Menu View in or is the -width to +width a loop?
Do you have an e.g. of that code?