Commit 1e23306b by ed-mejia

Fix for #469 in master branch

parent 61fa8e03
......@@ -509,7 +509,7 @@ public class TextField : UITextField {
placeholderLabel.frame.origin.x = width - placeholderLabel.frame.width
default:break
}
placeholderLabel.frame.origin.y = -placeholderLabel.frame.size.height
placeholderLabel.frame.origin.y = -placeholderLabel.frame.size.height + placeholderVerticalOffset
placeholderLabel.textColor = placeholderColor
} else {
switch textAlignment {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment