MRCodeView 0.2.3

MRCodeView 0.2.3

Maintained by Radu Matei.



MRCodeView

CI Status Version License Platform

Sample

Usage

func setupCodeView()
{
    codeView.becomeFirstResponder()
    codeView.delegate = self
    codeView.codeLength = 5
    codeView.textColor = .black
    codeView.codeKeyboardType = .default
    codeView.codeKeyboardStyle = .dark
    codeView.lockUppercase = true
}

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

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

pod 'MRCodeView'

Author

Radu M.

License

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

Steps to upload new library version:

1. Push to git
2. git tag 0.2.3
3. git push origin --tags
4. pod spec lint MRCodeView.podspec --verbose --allow-warnings
5. pod trunk push MRCodeView.podspec --allow-warnings