• Stars
    star
    257
  • Rank 158,728 (Top 4 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PinCodeTextField

Build Status

Simple pin code text input with underlined space for characters.

Based on UIView + UIKeyInput protocol

Demo

Demo 1

Features

  • Simple
  • Customizable via Interface Builder and from code
  • Without UITextField subclassing

Installation

  • via Cocoapods
use_frameworks!

platform :ios, "8.0"

target 'YourTarget' do
	pod 'PinCodeTextField'
end
  • via Carthage
github "tkach/PinCodeTextField"
  • manual
Copy Pod folder from this repo to your project

Interface builder setup demo

Storyboard demo 1

Storyboard demo 2