Commit 9b743d59 by Michael Gaylord

Make it compile

parent 361b858d
......@@ -688,8 +688,8 @@ extension TextField {
}
updatePlaceholderLabelColor()
if self?.isPlaceholderUppercasedWhenEditing ?? false{
s.placeholderLabel.text = s.placeholderLabel.text?.capitalized
if self.isPlaceholderUppercasedWhenEditing {
placeholderLabel.text = placeholderLabel.text?.capitalized
}
guard isPlaceholderAnimated else {
return
......
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