How to hide the "internet tethering" banner atop of my view?
I do not want to resize开发者_JS百科 or change the position of the components on my view when the "internet tethering" banner is shown atop of the view. Is there any programatic way to hide this banner?
Possibly you could resize the [[UIApplication sharedApplication] keyWindow]
, or change your window's windowLevel
but my guess is that unless you set your app to hide the StatusBar you'll always get this. Maybe even then.
I've never seen this banner, but I guess it's the same type of thing as when calls occur?
精彩评论