You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
s.summary = 'PinEntryView is a customizable view written in Swift that can be used to confirm alphanumeric pins.'
s.description = <<-DESC
PinEntryView is a customizable view written in Swift that can be used to confirm alphanumeric pins. Use cases include typing ACCEPT after reviewing Terms of Service and setting or confirming a passcode.
Features:
- Supports AutoLayout and has intrinsic size. Optionally set a height to make the boxes taller or a width to add more inner spacing between boxes.
- Fully configurable in Interface Builder (supports @IBDesignable and @IBInspectable) and code.
- Customizable for many different use cases.
- Example app to demonstrate the various configurations.