All Projects → arturdev → SwiftyCodeView

arturdev / SwiftyCodeView

Licence: MIT license
Fully customizable UI Component for verification codes written in swift with RxSwift support!

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SwiftyCodeView

Linphone Iphone
Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)
Stars: ✭ 462 (+437.21%)
Mutual labels:  phone, iphone
Abracadabra
A truly plug 'n' play solution for securing your code.
Stars: ✭ 12 (-86.05%)
Mutual labels:  code, pin
Crboxinputview
Verify code input view. Support security type for password.短信验证码输入框,支持密文模式
Stars: ✭ 749 (+770.93%)
Mutual labels:  phone, password
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (-12.79%)
Mutual labels:  phone, verification
secrets
Simple Secret Sharing Service for social and decentralised management of passwords
Stars: ✭ 30 (-65.12%)
Mutual labels:  password, pin
Gesture recognition
a gesture recognition verification lock
Stars: ✭ 37 (-56.98%)
Mutual labels:  verification, password
VerificationCode
简单的滑动验证码JS插件 图片验证码
Stars: ✭ 15 (-82.56%)
Mutual labels:  code, verification
Upash
🔒Unified API for password hashing algorithms
Stars: ✭ 484 (+462.79%)
Mutual labels:  verification, password
PhoneCountryCodePicker
An iOS tableview picker for PhoneCountryCode (English & Chinese supported)
Stars: ✭ 31 (-63.95%)
Mutual labels:  code, phone
React Native Code Verification
❤️ Simple UI for pincode verification
Stars: ✭ 109 (+26.74%)
Mutual labels:  code, verification
react-native-sms-user-consent
React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort.
Stars: ✭ 45 (-47.67%)
Mutual labels:  code, verification
react-native-awesome-pin
A highly interactive and customisable PIN code screen for React Native.
Stars: ✭ 28 (-67.44%)
Mutual labels:  code, pin
DPOTPView
Customisable OTP view and Passcode view
Stars: ✭ 52 (-39.53%)
Mutual labels:  verification, pin
node-identif
🔑 Helper class to verify one's identity via personal channels(SMS, Phone, E-Mail and more!)
Stars: ✭ 27 (-68.6%)
Mutual labels:  phone, verification
Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
Stars: ✭ 216 (+151.16%)
Mutual labels:  code
rust-verification-tools
RVT is a collection of tools/libraries to support both static and dynamic verification of Rust programs.
Stars: ✭ 237 (+175.58%)
Mutual labels:  verification
ConductOfCode
Code examples for the blog
Stars: ✭ 15 (-82.56%)
Mutual labels:  code
PCF8575 library
Library to use i2c digital expander with arduino, esp8266 and esp32. Can read write digital value with only 2 wire (perfect for ESP-01).
Stars: ✭ 28 (-67.44%)
Mutual labels:  pin
allthefirmwares
Go! Get all the firmwares!
Stars: ✭ 79 (-8.14%)
Mutual labels:  iphone
crypthash-net
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
Stars: ✭ 33 (-61.63%)
Mutual labels:  password

SwiftyCodeView

Version License Platform

SwiftyCodeView is an elegant and customizable UI component which can be used as input field for verification codes, password, etc...

Usage

Drag a UIView object into storyboard and set it's class to SwiftCodeView.
Implement SwiftyCodeViewDelegate protocol.
Thats it!

extension ViewController: SwiftyCodeViewDelegate {
    func codeView(sender: SwiftyCodeView, didFinishInput code: String) -> Bool {
        print("Entered code: ", code)
        return true
    }
}

Customization

Things you can customize - Everything! (See example project)

Requirements

iOS >= 9.3
Xcode >= 9.0

Installation

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

pod 'SwiftyCodeView'

# or 

pod 'SwiftyCodeView/RxSwift'

Author

arturdev, [email protected]

Feel free to open issues, feature requests and point bugs/mistakes!

License

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

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].