Skip to content

MillmanY/MMSecretInputView

Repository files navigation

MMSecretInputView

CI Status Version License Platform

Example

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

Requirements

Its a custom view to design a secret view

circledemo circledemo

1.Use CompletedBlock to check when input its equal your setting digits

secretView.completedBlock = { (value) in
        
}

2.Setting your custom secret view on xib dashboard circledemo

Installation

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

pod ‘MMSecretInputView’ , ~> 0.1.3

Author

Millman, millmanyang@gmail.com

License

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