You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TextFieldEffects/TextFieldEffects/TextFieldEffects.swift
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
//
2
-
// TextFieldsEffects.swift
2
+
// TextFieldEffects.swift
3
3
// TextFieldEffects
4
4
//
5
5
// Created by Raúl Riera on 24/01/2015.
@@ -10,20 +10,20 @@ import UIKit
10
10
11
11
extensionString{
12
12
/**
13
-
true iff self contains characters.
13
+
true if self contains characters.
14
14
*/
15
15
publicvarisNotEmpty:Bool{
16
16
return !isEmpty
17
17
}
18
18
}
19
19
20
20
/**
21
-
A TextFieldEffects object is a control that displays editable text and contains the boilerplates to setup unique animations for text entrey and display. You typically use this class the same way you use UITextField.
21
+
A TextFieldEffects object is a control that displays editable text and contains the boilerplates to setup unique animations for text entry and display. You typically use this class the same way you use UITextField.
22
22
*/
23
23
openclassTextFieldEffects:UITextField{
24
24
25
25
/**
26
-
The type of animatino a TextFieldEffect can perform.
26
+
The type of animation a TextFieldEffect can perform.
27
27
28
28
- TextEntry: animation that takes effect when the textfield has focus.
29
29
- TextDisplay: animation that takes effect when the textfield loses focus.
0 commit comments