Commit f77f9a36 by Daniel Dahan Committed by GitHub

Merge pull request #484 from ed-mejia/master

Fix for #469 in master branch
parents 61fa8e03 1e23306b
...@@ -509,7 +509,7 @@ public class TextField : UITextField { ...@@ -509,7 +509,7 @@ public class TextField : UITextField {
placeholderLabel.frame.origin.x = width - placeholderLabel.frame.width placeholderLabel.frame.origin.x = width - placeholderLabel.frame.width
default:break default:break
} }
placeholderLabel.frame.origin.y = -placeholderLabel.frame.size.height placeholderLabel.frame.origin.y = -placeholderLabel.frame.size.height + placeholderVerticalOffset
placeholderLabel.textColor = placeholderColor placeholderLabel.textColor = placeholderColor
} else { } else {
switch textAlignment { 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