2
如何以編程方式在WKInterfaceController
中查找狀態欄的高度?WatchKit中狀態欄的高度
我試圖找到WKInterfaceController
的可見區域,所以[WKInterfaceDevice currentDevice].screenBounds.size.height
- (status bar height)
。
如何以編程方式在WKInterfaceController
中查找狀態欄的高度?WatchKit中狀態欄的高度
我試圖找到WKInterfaceController
的可見區域,所以[WKInterfaceDevice currentDevice].screenBounds.size.height
- (status bar height)
。
要獲取當前設備尺寸,請使用[WKInterfaceDevice currentDevice].screenBounds)
。因此,您需要從整個屏幕邊界減去視圖的內容框架,並且您將獲得狀態欄大小。
注意:這會,如果你不使用基於頁面的導航
的工作似乎不會38px兩個手錶。 – Rivera 2015-04-07 20:49:48
我得到38分38分(38px)和42分42分(42px)。 – 2015-04-29 00:13:33