get maximum UI view size? #78
-
|
I'm working with I'd like to know whether there is a way to query the device for the maximum size of its screen. It would be nice if this query could be done before presenting a view. So far, the idea I came up with was to create a view object of enormous proportions and after it's been made visible with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You can use |
Beta Was this translation helpful? Give feedback.
You can use
ui.get_screen_size()for this.