iOS Question User registration screen

Shay

Well-Known Member
Licensed User
Longtime User
Did someone solve this and can post his project

I am trying to create registration screen (name, phone, email, address etc.)
but the problem is with the keyboard hiding lower fields
<hiding keyboard is not helping, since fields are down the screen>
I guess solution is to move all page up (such in Android)
 

ilan

Expert
Licensed User
Longtime User
i would put everything in a panel and just move the panel when keyboard is visible depends on the textfiled.top

(did it in my "Safe Area" app)
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
Can you post working example, I believe many people here will appreciate it
Thanks
 
Upvote 0
Top