tags:

views:

55

answers:

1

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!

+1  A: 

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.

Ben Gottlieb