The window doesn't resize to account for the in-call bar. So if you toggle the in-call bar, then open the app, touching the screen causes the keyboard to update its position and get pushed slightly offscreen.
The solution is to change .window to .superview, because views adjust their size when the in-call bar appears.
The window doesn't resize to account for the in-call bar. So if you toggle the in-call bar, then open the app, touching the screen causes the keyboard to update its position and get pushed slightly offscreen.
The solution is to change .window to .superview, because views adjust their size when the in-call bar appears.