Hacker News new | ask | show | jobs
by thought_alarm 5198 days ago
Yes, `-convertRect:fromView:` replaces your frame calculations based on rotation.
1 comments

Ah yes. I see now that I totally missed the fact that the keyboard rect also needed to be converted. Well that was a painful point to miss!

Cool. I'll give that a whirl. Those rotation bits were a biatch. Thanks for the pointers.