presentController(withNames:["ScreenOne", "ScreenTwo", "ScreenThree"], contexts:nil)
when the above line is executed, the ScreenOne screen shows up as below:
first page in the array is highlighted
how would I go about getting the second page to show up when the above line is executed. i.e. ScreenTwo
If you want to display another page, you'll need to insert, in the
awakemethod of the chosen controller a call tobecomeCurrentPage().