Skip to content

Commit 5881d14

Browse files
committed
Support for Swift 3.0-b3
1 parent c469bf4 commit 5881d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TextFieldEffects/TextFieldEffects/TextFieldsEffects.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class TextFieldEffects : UITextField {
8787

8888
override public var text: String? {
8989
didSet {
90-
if let text = text where text.isNotEmpty {
90+
if let text = text, text.isNotEmpty {
9191
animateViewsForTextEntry()
9292
} else {
9393
animateViewsForTextDisplay()

0 commit comments

Comments
 (0)