ssowri1 / SPPinView

SPPinView extensively use for pin view or passcode view or OTP view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPPinView

SPPinView

SPPinView extensively use for pin view or passcode view or OTP view.

Screenshot

INSTALLATION

  • Drag and drop the respecive folders into your project and initialize it.

  • Eventually, Add UIView on your stroyboard and change the subclass name as SPPinView.

  • Chill! That's it.

  • Additionally, You can change the properties like below

      //**** OPTIONAL ****//
      //**** 
      //**** Constraint to pinview charecter counts.
      pinView.pinCount = 4
      //**** Change the password format whether it is a secure text or non sequre text.
      pinView.shouldSecureText = false
      //**** Set the spacing of the password.
      pinView.spacing = 10
    

Authors

Ssowri1

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

Support or Contact

Having trouble with Pages? Kindly contact support and we’ll help you sort it out.

About

SPPinView extensively use for pin view or passcode view or OTP view


Languages

Language:Swift 100.0%