Post

Replies

Boosts

Views

Activity

Siri Shortcuts UI on Apple Watch - iOS 14/watchOS 7
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.
2
0
856
Aug ’20
viewDidAppear and viewDidDisappear not called when modalPresentationStyle=UIModalPresentationCustom
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];
1
0
2.0k
Dec ’15