objective c - What are the iPhone activities that change the height of the status bar? -


what activities/events trigger height of status bar change on iphone?

for example: when application visited while in phone call height of status bar [[uiapplication sharedapplication] statusbarframe] 40 instead of it's normal height of 20.

the ios simulator has option hardware>toggle in-call status bar. when selected uiapplicationwillchangestatusbarframenotification , uiapplicationdidchangestatusbarframenotification posted.

what user actions and/or phone actions cause happen? there activities besides phone calls cause status bar taller 20 pts?

@bogatyr right, internet tethering one.

audio recording (such voicememos.app) another.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -