Skip to content

Fully customizable UI Component for verification codes written in swift with RxSwift support!

License

Notifications You must be signed in to change notification settings

Cu-Toof/SwiftyCodeView

 
 

Repository files navigation

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) {
        print("Entered code: ", code)
    }
}

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.

About

Fully customizable UI Component for verification codes written in swift with RxSwift support!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 84.0%
  • Ruby 16.0%