While working with Xcode 11 and watchOS6 , I am unable to update WKInterfaceController Title text when controller is added in
reloadRootPageControllers, self.setTitle() get updated in willActivate() method only. After that when I programmatically update from button press it doesn't update. Though when we slightly slide the page, updated text appear. As not geting any method so slight scroll page so that updated value appear in title to resolve currently. Please also let me know is it bug that title is not updated, as if change is done after willActivate() shows up when page is slightly scroll. Above is working with watchOS5 sdk.