开发者

How to hide the "internet tethering" banner atop of my view?

开发者 https://www.devze.com 2023-01-29 05:48 出处:网络
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 ban

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消