Join Slack
Powered by
In my iOS specific code, Kotlin returns `UIScreen....
# multiplatform
j
Jim
05/11/2021, 10:20 PM
In my iOS specific code, Kotlin returns
UIScreen.mainScreen.bounds.size
as an
Int
, but it’s really a
CGSize
. I need to get a width and height for the screen. How can I get the width and height?
❓ 1
3
Views
Open in Slack
Previous
Next