Reputation: 867
In my xamarin application i need to resize view when in-call status bar is present. As per xamarin documents for iOS, I have tried using ObserveWillChangeStatusBarFrame notification (WillChangeStatusBarFrameNotification is deprecated in Xamarin iOS) which never fires on in-call status bar appearance.
No further documentation is available on this topic.
Upvotes: 1
Views: 87