Commit 6703a405 by Daniel Dahan Committed by GitHub

Merge pull request #1093 from jbaez/label-fix

Fix TextField placeholderLabel position
parents 7a1adf16 2d147b3b
......@@ -566,7 +566,7 @@ fileprivate extension TextField {
default:break
}
placeholderLabel.frame.origin.y = -placeholderLabel.bounds.height + placeholderVerticalOffset
placeholderLabel.frame.origin.y = -placeholderLabel.frame.height + placeholderVerticalOffset
}
/// Layout the a button.
......
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