You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still see two issues with landscape on iPad (and yes, I'm using 1.1):
Fields are still being scrolled way too high (see image).
I have a full-screen scrollview, so contentSize is getting set to 1034x768, which somehow leaves me with a 10px gap at the bottom of the screen when textField has focus (see image)
The text was updated successfully, but these errors were encountered:
For my own purposes, I seem to have fixed this by setting kCalculatedContentPadding = 0, and dropping lines 240-243. Now my field is always centered vertically, which it seems like would be the preferred behavior. What am I missing?
Hmm, interesting; what happens if you manually set your scroll view's contentSize to whatever it should be? It looks like you've got some additional chrome views in there that are messing with the content frame calculations, but if you set the content size yourself, it'll use that instead of trying to work it out by itself.
I still see two issues with landscape on iPad (and yes, I'm using 1.1):
The text was updated successfully, but these errors were encountered: