Skip to content

A customisable view for entering arbitrary length pins, codes or passwords in iOS. Supports iOS 12 one time codes.

License

Notifications You must be signed in to change notification settings

Fawxy/CBPinEntryView

Repository files navigation

CBPinEntryView

Version License Platform

CBPinEntryView is a view written in Swift to allow easy and slick entry of pins or codes. It allows backspacing, dismissal of keyboard and continuation, the whole code is given as a single String or Int and the view is very easily customisable in code or the storyboard. Now with secure entry option!

Showing easy entry and deletion

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

CBPinEntryView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CBPinEntryView"

Put a view into your storyboard or xib and set it's class to CBPinEntryView. Create an outlet in your file and customise either with the IBInspectable properties or in your code.

Get the code with either entryView.getPinAsString() or entryView.getPinAsInt(). Secure entry with customisable secure character (change from ● to ✱ or any other character).

There is now also an error mode which can be toggled with entryView.toggleError(). It is automatically removed if the user taps on the field or starts typing again.

Author

Chris Byatt, byatt.chris@gmail.com

License

CBPinEntryView is available under the MIT license. See the LICENSE file for more info.

About

A customisable view for entering arbitrary length pins, codes or passwords in iOS. Supports iOS 12 one time codes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published