I would like to know if it is somehow possible to get the keyboard size of the device that my application is currently running on without any notification, because I'd like to place a Button exactly at that point inside of my View where the keyboard would end. There would be the possibility to change the position when the keyboard appears, but as I said before I want it to be there before it animates in.
Otherwise maybe there is any static size of the iOS keyboards, like e.g. 1/3 of the screen height of the device or something?
This is what I am trying to achieve:
Screenshot of hardcoded one on iPhone XS Max:
Thank you!