iOS Question login box

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
whats exactly your question?
I would add two textfields ("username" and "password") and two buttons ("cancel" and "login") to a panel. Then add this panel to your rootpanel and blur the background.

Note: a textfield has a "PasswordMode" property.

Jan
 
Upvote 0

JanPRO

Well-Known Member
Licensed User
Longtime User
I have created a little example for you which uses narek adonts blur code. It also includes a animation and the keyboard calculation.

img_1264-png.44443

Jan
 

Attachments

  • IMG_1264.PNG
    IMG_1264.PNG
    57.7 KB · Views: 314
  • LoginForm.zip
    2.9 KB · Views: 210
Last edited:
Upvote 0
Top