When we use tethering for use of 3G connectivity, the header appears twice as high. This means that the surface of my App being a little开发者_C百科 bit smaller.
How do I handle this in my application in a good way? Should I measure header bar everytime view appears ? Or is that any delegate method for that ?
Best regards.
/ f0azYou can implement those methods from the UIApplicationDelegate:
– application:willChangeStatusBarFrame:
– application:didChangeStatusBarFrame:
精彩评论