Hello,
Does anyone know, how to programmatically detect top window in multi-window app on iPad? Especially in new overlapping window/Stage Manager environment?
Post
Replies
Boosts
Views
Activity
In my iOS/iPadOS app I have notification content extension, which presents extended content using WKWebView. However, when started on lock screen (locked device), WKWebView does not load data properly. Therefore, I would like to ask user to unlock the device before displaying content. This is how Apple Mail does that - when selecting (long-pressing) notification banner on lock screen, it presents unlock screen (Passcode screen) before displaying content.
Question:
Do you know, how to do that? Is there any API to present unlock screen programmatically?
I have collection view with hierarchical data source. Because of that, I create some cells with UICellAccessoryOutlineDisclosure accessory with style UICellAccessoryOutlineDisclosureStyleCell, so one can either tap on cell to open detail view or tap on outline disclosure accessory to reveal hidden child data.
Question:
How should I configure outline disclosure accessory to work with VoiceOver on?
It works fine without VoiceOver, but with VoiceOver it seems, that any gesture always leads to opening detail view.