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

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -