setNeedsStatusBarAppearanceUpdate unrecognized selector

后端 未结 2 1480
面向向阳花
面向向阳花 2020-12-11 08:35

I had an issue with my iOS phonegap app having the status bar overlap the webview in iOS 7. I found this answer which fixed the problem, but the second step, calling

<
2条回答
  •  执笔经年
    2020-12-11 09:16

    Turns out it is unnecessary to add [self setNeedsStatusBarAppearanceUpdate]; and the app ran fine in iOS 6 and iOS 7.

提交回复
热议问题