File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,35 +33,35 @@ Add a `UIView` in your *Storyboard* and change the class to `KWVerificationCodeV
3333
3434The properties which can be directly set in the * Attributes Inspector* and their default values are as follows:
3535
36- - ` Underline Color ` - Dark grey color
36+ - ` Underline Color ` - Dark Gray Color
3737
38- - ` Underline Selected Color ` - Black color
38+ - ` Underline Selected Color ` - Black Color
3939
40- - ` Text Color ` - Dark text color
40+ - ` Text Color ` - Dark Text Color
4141
4242- ` Digits ` - 4
4343
4444- ` Text Size ` - 24.0
4545
46- - ` Text Font ` - System font
46+ - ` Text Font ` - System Font
4747
48- - ` Text Field Background Color ` - Clear color
48+ - ` Text Field Background Color ` - Clear Color
4949
50- - ` Text Field Tint Color ` - Blue color
50+ - ` Text Field Tint Color ` - Blue Color
5151
52- - ` Dark Keyboard ` - Default keyboard apperance
52+ - ` Dark Keyboard ` - Default Keyboard Appearance
5353
5454### Methods
5555
5656The ` KWVerificationCodeView ` has the following methods:
5757
58- hasValidCode() -> Bool
58+ hasValidCode() -> Bool
5959
6060Returns true when the entered code is valid.
6161
62- getVerificationCode() -> String
62+ getVerificationCode() -> String
6363
64- Returns the validation code.
64+ Returns the validation code.
6565
6666### Protocols
6767
You can’t perform that action at this time.
0 commit comments