I want to display a loading view (the one provided by apple) once a WKInterfaceButton is pressed:
I need this because after the WKInterfacebutton is pressed, I'm calling the main iPhone app to do some service calls which will take some time to return a response.
WKInterfaceController.openParentApplication(watchMessage, reply: { (reply:[NSObject : AnyObject]!, error: NSError!) -> Void in
I have used very simple progress using WKInterfaceLabel,
Create properties and outlets,
Implementation,
Use these functions to show and hide,