I'm trying to to hide navigation bar back button on an Apple Watch. There are a lot of questions for similar to mine but they are for iPhone and if you are know a little about Apple Watch there are InterfaceController instead of ViewController.
So when I push a new InterfaceController using the code below:
[self pushControllerWithName:@"about" context:nil];
It shows a back button on the navigation bar above and it takes it back to the previous InterfaceController from which it is generated.
Anyone have any idea how to hide or remove navigation bar or this back button from Apple Watch?