Hi,
I'm having a weird problem with a page based application. I create multiple pages in SW by calling reloadRootControllersWithNames(pages, contexts: pageContexts). Everything works fine and the app populates the pages accordingly to the context. Anyway, it seems willActivate is raised both by the currently showing page and the next one. Once the user swipes into the next page, willActivate is again raised both on the newly showed page and the next one. It was supposed to be called only on the one that's showed on screen! As I get willActivate called multiple times I have no way to know which page is actually selected!
Once the user swiped through all the pages, it stops this weird behavior and begins working as expected (willActivate called only once, for the current page).
The problem occurs both in Watchkit and WatchOS 2 on actual devices but not in the simulator.
It is easily reproducible by logging self in willActivate, even by creating a multi-page storyboard.
Anyone else? Did I misunderstood how it should work?
Thanks in advance!
Marco