Skip to content

Commit

Permalink
Fix mistakes in ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavankotesh committed Dec 1, 2017
1 parent 60ae1c9 commit 0c56693
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@ Add a `UIView` in your *Storyboard* and change the class to `KWVerificationCodeV

The properties which can be directly set in the *Attributes Inspector* and their default values are as follows:

- `Underline Color` - Dark grey color
- `Underline Color` - Dark Gray Color

- `Underline Selected Color` - Black color
- `Underline Selected Color` - Black Color

- `Text Color` - Dark text color
- `Text Color` - Dark Text Color

- `Digits` - 4

- `Text Size` - 24.0

- `Text Font` - System font
- `Text Font` - System Font

- `Text Field Background Color` - Clear color
- `Text Field Background Color` - Clear Color

- `Text Field Tint Color` - Blue color
- `Text Field Tint Color` - Blue Color

- `Dark Keyboard` - Default keyboard apperance
- `Dark Keyboard` - Default Keyboard Appearance

### Methods

The `KWVerificationCodeView` has the following methods:

hasValidCode() -> Bool
hasValidCode() -> Bool

Returns true when the entered code is valid.

getVerificationCode() -> String
getVerificationCode() -> String

Returns the validation code.
Returns the validation code.

### Protocols

Expand Down

0 comments on commit 0c56693

Please sign in to comment.