I need to adjust several views in the event that a user visits my app while in a phone call. Is there a best practice for being notified of this?
Thanks!
I need to adjust several views in the event that a user visits my app while in a phone call. Is there a best practice for being notified of this?
Thanks!
You want to check the statusBarFrame property of the shared UIApplication instance. Take a look at http://stackoverflow.com/questions/1114557/resize-for-in-call-status-bar.