Can you help me how to insert placeholder in settings.bundle?

I added settings.bundle

to my app, I am showing a textbox with a title using settings.bundle

in settings, but I need to insert / add a placeholder to the textbox, is it possible in settings.bundle

, if yes, please help me how?

+3


source to share


1 answer


No, currently settings.bundle does not allow you to add placeholder text for the textbox. The text box type displays a title (optional) and an editable text box. You can use this type for preferences that require the user to provide a custom string value.



Several types of preference controls are available. Follow this next: LINK

0


source







All Articles