当用户在通话中打开我的iPhone应用程序时,如何获得通知?

当用户在通话中打开我的iPhone应用程序时,如何获得通知?

问题描述:

如果用户在通话中访问我的应用,我需要调整多个视图.有没有被告知的最佳实践?

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?

谢谢!

您要检查共享UIApplication实例的statusBarFrame属性.看看为通话中状态栏调整大小?.

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