Closed arturgrigor closed 10 years ago
The placeholder property is ignoring the textAlignment property.
placeholder
textAlignment
Update: The only way to make this work right now is to use attributedPlaceholder along with NSParagraphStyle.
attributedPlaceholder
NSParagraphStyle
thanks for reporting. released 1.1.8.
The
placeholder
property is ignoring thetextAlignment
property.Update: The only way to make this work right now is to use
attributedPlaceholder
along withNSParagraphStyle
.