In my application I want to activate and deactivate emergency and for that I have to input 4 digit PIN code. I want to keep it as a Secure Text (*) as we using in iOS. Is there any way to do so using WatchKit ?
Asked
Active
Viewed 164 times
2 Answers
1
As far as i know , watch kit don't have any TextField
control. The only way to take input from user is via suggested text or dictation mode or picker. You can use dictation to take 4 digit input from user or create a custom view with numbers like number pads and use that as PIN
code input screen.

Muneeba
- 1,756
- 10
- 11
0
I created one demo for secure text entry in Apple Watch to accomplish my requirement. I uploaded code to my git account. Here I sharing link of Project Repo :
https://github.com/sagargondaliya/SecureTextInputForAppleWatch

technerd
- 14,144
- 10
- 61
- 92