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 remove character when backspace is pressed swift
i want to remove one last character when user presses the backspace
func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> B...

Wahid Tariq
Votes: 0
Answers: 2
Attributed String in Swift
I'm trying to autocomplete emails. I've done the autocomplete part, but I want to use some properties in strings. For example, after typing the user's e-mail address and making @g, I want to show a di...
Şevval Tıraşlar
Votes: 0
Answers: 2