Why is UIApplicationWillChangeStatusBarFrameNotification not sent when the in-call status bar is sho
- by Sbrocket
I've been trying to listen for changes in the status bar height – such as when the in-call status bar is shown or hidden – by listening for the UIApplicationWillChangeStatusBarFrameNotification notification to be sent.
Fairly straightforward code here...
[[NSNotificationCenter defaultCenter] addObserver:self
…