swift - How to hide the back button from the status bar on the Apple Watch? -


i want hide button apple watch app status bar.

i used programmable segue navigate. want to hide/disable button. possible?

this how it:

wkinterfacecontroller.reloadrootcontrollerswithnames(      ["myinterfacecontroller"], contexts: [] )  notes: "myinterfacecontroller" identifier of interface controller destiny. 

thanks harvant pointer.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -