objective c - Height of status bar in WatchKit -
how find height of status bar in wkinterfacecontroller programmatically?
i'm trying find viewable area in wkinterfacecontroller [wkinterfacedevice currentdevice].screenbounds.size.height - (status bar height).
to current device size use [wkinterfacedevice currentdevice].screenbounds). need minus view's contentframe overall screen bounds , status bar size.
note: work if you're not using page-based navigation
Comments
Post a Comment