Hello there, i'm having some trouble instantiating a WebView (using prime31 asset).
Here's what i'm trying to do: To instantiate the webview, i'm asked for 2 ints that represent x and y, x obviously is 0, but y i need to change. I'm trying to get my top bar sprite height to instantiate the webview (the blue bar in the attached photo). I tried UISprite.height but it always return 106, witch is the image size, but i want the real pixel height of the image. I'm trying to get this number, because the image doesn't have the same "real" size in every device.
Thanks!