How to detect when the control/notification center appears?
Asked Answered
S

0

6

In my iOS app I want to know when the control or the notification center appears. Is there a notification specifically for this available? The notifications for applicationWillResignActive and applicationDidBecomeActive do not help in my situation because they are not specific enough.

Sulphur answered 15/4, 2015 at 8:19 Comment(4)
No there is not notification available to detect if the user opens the control/notification center. You only indication is the applicationWillResignActive.Sander
@Sander thanks for the info. Do you know if it is possible to detect if the control/notification center is open. Then I could test for it in applicationWillResignActive.Sulphur
No this is not possible.Sander
Maybe this helps: https://mcmap.net/q/1919631/-how-do-we-detect-when-control-center-on-ios-7Phonetist

© 2022 - 2024 — McMap. All rights reserved.