Navigate to another Page?

If all the “Frames” containing the NavBar are on one “Page”, you can workaround this by doing something like this:
(assume you have an “Assets” page containing the “NavBar” master component and a “Screens” page that contains all of your apps screens as frames.

  1. Go to the “Screens” page and place an instance of “NavBar”.
  2. Click the “NavBar” instance, then click “Create Component”. Rename the new component as “NavBar Wrapper”.
  3. Inside the “NavBar Wrapper” master component, update all the nav buttons to navigate to the correct frames.
  4. Place an instance of “NavBar Wrapper” on each frame where you want a NavBar.

Obviously this wont work if your screens are spread across a lot of pages, but if you’re just trying to keep your components and screens on two separate pages this should work.

2 Likes