Hi, is there a easy way to make a stack style view, like ios settings, you press general, previous view is pushed into a stack and then show general view, when you press back button, previous view is popped and show.
Thanks
Hi, is there a easy way to make a stack style view, like ios settings, you press general, previous view is pushed into a stack and then show general view, when you press back button, previous view is popped and show.
Thanks
No easy ready to eat way. You can build this view using a combination of tableView and scrollView and other assorted widgets.
No easy ready to eat way. You can build this view using a combination of tableView and scrollView and other assorted widgets.