when I unlock my iPad I get a small modal view where I can enter a PIN. I’d like to use the same thing within my app to protect a sensitive setting with a PIN.
Which UI element is used here? How can I fire it up?
Thanks.
René
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Umm i dont think that view it available to use use by default, but you can build your own you can use the following code to get the numeric pad
or you can create a custom keyboard with interface builder you just need 12 buttons ans 4 text boxes then do it programmatically pretty straightforward hope this helps
Alex