0

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!

Jonah
  • 4,810
  • 14
  • 63
  • 76

1 Answers1

1

You want to check the statusBarFrame property of the shared UIApplication instance. Take a look at Resize for in-call status bar?.

Community
  • 1
  • 1
Ben Gottlieb
  • 85,404
  • 22
  • 176
  • 172