You need to get the phone number from your database first (convert them to String), then you set placeholder
of your textField
to that String, like so
textField.placeholder = phoneNumberString
You need to get the phone number from your database first (convert them to String), then you set placeholder
of your textField
to that String, like so
textField.placeholder = phoneNumberString