UITextField needs style property
Closed this issue · 0 comments
amayers commented
When setting this style
property, it should set the defaultTextAttributes
from the style. If the field has text we may have to create attributed string from it to update that text as well. Need to investigate this.