Commit ab6cc8dc by Daniel Dahan

minor fix to pod error when compiling

parent 85d2eb40
......@@ -640,7 +640,6 @@ public class TextField : UITextField {
/// Hides and animates the titleLabel property.
private func hideTitleLabel() {
let h: CGFloat = ceil(titleLabel.font.lineHeight)
UIView.animateWithDuration(0.1, animations: { [unowned self] in
self.titleLabel.frame = self.bounds
}) { [unowned self] _ in
......
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