Move the textfield above the keyboard, keyboard offset

When I touch a textfield I want to move the textfield above the keyboard that pops up.

Is there any way can find the top position of the keyboard?

best regads

None I am aware of, but I personally juste slide the textfield (and often the whole scene) having focus up or down (depending on its starting position) so it ends up being at 25% of the screen’s height (understand, in the first quarter of the screen, vertically). Works pretty well so far.

None I am aware of, but I personally juste slide the textfield (and often the whole scene) having focus up or down (depending on its starting position) so it ends up being at 25% of the screen’s height (understand, in the first quarter of the screen, vertically). Works pretty well so far.