Does anyone know the size of the in-call status bar?
I am developing an app to be mostly used when the phone is in a call and would like to make the UI so it is usable while the in-call status bar is on.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the best thing to do would be to sign up for notifications for UIApplicationWillChangeStatusBarFrameNotification . the notification you receive will tell you the size of the status bar, so that you have the right thing now, the right thing when you rotate to landscape, the right thing when apple changes the size of the status bar, etc.