Commit 9b743d59 by Michael Gaylord

Make it compile

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