如何以编程方式WKInterfaceController
找到状态栏的高度?
我试图在WKInterfaceController
[WKInterfaceDevice currentDevice].screenBounds.size.height
- (status bar height)
找到可查看区域。
答案 0 :(得分:2)
要获取当前设备大小,请使用[WKInterfaceDevice currentDevice].screenBounds)
。因此,您需要从整个屏幕边界中减去视图的contentFrame,您将获得状态栏大小。
注意:如果您不使用基于页面的导航
,这将有效