Reputation: 632
I am making an iPad app and there are textfields with placeholders in it.
There are many textfields, so I don't know if the user will be able to see the placeholders.
Does anyone know what is the minimum font size advisable for a placeholder? I don't want the user to keep zooming to see what the placeholder says.
Upvotes: 1
Views: 315
Reputation: 1570
The placeholder's default size itself should be fine. As of modifying the size - it is a string and hence you can't modify the textsize attributes.
Upvotes: 1