Commit 654641a9 by Daniel Dahan

updated internals to use less code for Card views

parent 471c38bd
...@@ -313,6 +313,7 @@ public class SearchBarView : MaterialView, UITextFieldDelegate { ...@@ -313,6 +313,7 @@ public class SearchBarView : MaterialView, UITextFieldDelegate {
public func textFieldShouldEndEditing(textField: UITextField) -> Bool { public func textFieldShouldEndEditing(textField: UITextField) -> Bool {
backgroundColor = internalBackgroundColor backgroundColor = internalBackgroundColor
internalBackgroundColor = nil
return true return true
} }
} }
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