Question

when "Tab A - Page One" satisfies some conditions, it will jump to "Page Two". But "Page Two" must also have a tab view bar at the bottom, and tab bar should shows that Page Two is still in "Tab A".

Page Two is a individual page.

How to do that?...

Was it helpful?

Solution

Assuming your Tab is a view controller and each of your pages are views,

Simple solution would be, just adjust your two views to be in the same view controller, meaning both should have the same coordinates and hide one of them accordingly like if you want to show the first page/view hide second page/view and vice versa.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top