iOS Question Remove specific page from stack

JonPM

Well-Known Member
Licensed User
Longtime User
Is there a way to remove a specific page from the stack:

Page 1 > Page 2 > Page 3 > Page 4

While on Page 4, remove Page 2?
 
Last edited:

JonPM

Well-Known Member
Licensed User
Longtime User
Great, that works. Just have to add each page title in designer, or page.Title in code AFTER the layout is loaded
 
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
One more question: Generally pages are declared Private. But to use your SetPagesStack code above each page should instead be Public? Any issues with declaring pages as global objects?
 
Upvote 0
Top