This issue is only on iPhoneX
I've asked a question on stackoverflow
https://stackoverflow.com/questions/65112256/iphonex-inputview-wrong-heigh?noredirect=1#comment115113302_65112256
I have textfield input view frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: 30)
So I expect that keyboard height size will be 30. But it's not.
Why I have keyboard height = 69 ?
What is the magic number 69 ?
I've asked a question on stackoverflow
https://stackoverflow.com/questions/65112256/iphonex-inputview-wrong-heigh?noredirect=1#comment115113302_65112256
I have textfield input view frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: 30)
So I expect that keyboard height size will be 30. But it's not.
Why I have keyboard height = 69 ?
What is the magic number 69 ?