Can you please help me.
In UITextField when we provide a placeholder text its placeholder string will be gone when we enter any character. How can I achieve
UITextField
No You can not do this without make a custom layer on UITextfield after making it you need to check char entered does matched in placehoder string ,then only that charecter ll be replaced. see also Replacing character after each type in UITextField?