Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varunpm1 authored Dec 18, 2016
1 parent 4f19188 commit 7596fe5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VPMOTPView

VPMOTPView is a helper class for displaying OTP entering view
VPMOTPView is a helper class for displaying OTP entering view. The UI can be customized in different ways. See `Usage` for more info.

## Requirements

Expand All @@ -13,6 +13,10 @@ Drag and drop the folder `VPMOTPView` into your project. Add a view wherever nee

Set the delegate of `VPMOTPView` instance, if needed, to handle 2 protocol methods for identifying if all the codes have been entered and to receive the entered code.

The supported UI are - Circular, Square and Diamond shaped OTP fields.

The UI can further be modified based on border color, background color, data input type, cursor color, secure field or not, Apple kind of OTP field etc. For a list of possible options please refer `VPMOTPView` class.

# ![Screenshot](/Circular.png)
# ![Screenshot](/Secure.png)

Expand Down

0 comments on commit 7596fe5

Please sign in to comment.