Posts

Post not yet marked as solved
2 Replies
1.1k Views
What I found is ?Try to scroll horizontally between the interface controllers inside a root page controller.Randomly after a while (30-1 min).You will find that one of the interface controllers gets missing.Blank view is shown, UI disappears completely. ( Black view with no interface ).Try to open the view debugger in XCode, you will find that the Interface window of the view is missing from the page view controller hierarchy.To reproduceCreate a new application.Create a new Watch applicationAdded 2 additional interface controllers to the storyboardsAdd Identifier for bothInside the initial interface controller callWKInterfaceController.reloadRootPageControllers(withNames: ["View1","View2"], contexts: ["View1","View2"], orientation: .horizontal, pageIndex: 1)Run the application on Watch OS 6 Series 3 ( Simulator or A device )Try to scroll randomlyWhat I expect from the Page controller to hold the interface controllers as it should and it shouldn't show a blank black screen, while the user is scrolling.
Posted Last updated
.