python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to star part of text field? Like 1234 **** **** 1234
While the user is entering the credit card number, I want to star a certain part of the text field as above for security. How can I do it?
Bilal Durnagöl
Votes: 0
Answers: 2
custom percentage field UiTextField
i have a text field delegate method my use cases are :-
if (.) dot is not there limit input to two characters because 100% should not be discount.
if user input is 1.99 how can update the delegate m...

Wahid Tariq
Votes: 0
Answers: 2
How to change UITextField RightView size?
I trying put to 2 items in rightView component. for example;`
let label = UILabel(frame: CGRect(x: -80, y: 0, width: 100, height: 50))
let rightView = UIView(frame: CGRect(x: 100, y: 100, width: 2...

Mahmut Enes Çetin
Votes: 0
Answers: 0
How to listen for escape key in UITextField on MacCatalystApp?
I'm working on a MacCatalyst app. I want to listen for escape key when user is editing a UITextField.
I can listen to return key by accepting UITextFieldDelegate with method
func textFieldShouldRetur...

Rohit Vishwakarma
Votes: 0
Answers: 1