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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -