App can use INRelevantShortcut to suggest Siri Shortcuts to Siri Watch Face. My app doesn't have a watch app. No worries said Apple since they support remote execution on my phone.
My query is on my phone Custom Intent UI is displayed. How does executing the shortcuts in watch face or via Siri voice invocation show up the UI in watch's compact screen.?
There is no clarification anywhere on documentation or in Developer videos.
Post
Replies
Boosts
Views
Activity
I need to do a custom presentation animation and when i set both these setTransitioningDelegate and modalPresentationStyle=UIModalPresentationCustomThe animation is perfect with unless the viewDidAppear and viewDidDisappear is not called in the presenting viewcontroller.This is same for Apple sample code in https://developer.apple.com/library/ios/samplecode/LookInside/Introduction/Intro.html[overlay setTransitioningDelegate:[self transitioningDelegate]];
overlay.modalPresentationStyle=UIModalPresentationCustom;
[self presentViewController:overlay animated:YES completion:NULL];