All Projects → tkach → Pincodetextfield

tkach / Pincodetextfield

Licence: mit

Programming Languages

swift
15916 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].