Giter Club home page Giter Club logo

kwverificationcodeview's People

Contributors

firozkeep avatar firozkhursheed avatar kartikaykeepworks avatar kpavankotesh avatar pavankotesh avatar razor313 avatar vinothkeepworks avatar zsigmondszilveszter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kwverificationcodeview's Issues

Toolbar on keypad

Is there any option to add tollbar to keyboard?
Please let me know, if any option exist for this ASAP.
Thanks in advance.

add KWVerificationCodeView Programatically

I want to add verification view programatically to my controller following code i have used. but it is not working properly because i dont know what properties need to be set programatically. Also can you update this to latest ios versions.

let secondView: KWVerificationCodeView = {
        let vv = KWVerificationCodeView()
        vv.digits = 6
        vv.underlineColor = UIColor.darkGray
        vv.backgroundColor = UIColor.clear
        vv.textSize = 24
        //vv.textFont =
        vv.tintColor = UIColor.blue
        //vv.darkKeyboard =
        vv.translatesAutoresizingMaskIntoConstraints = false
        return vv
    }()

func setupVerificationView(){
        self.view.addSubview(secondView)
        secondView.leadingAnchor.constraint(equalTo: view.leadingAnchor).isActive = true
        secondView.trailingAnchor.constraint(equalTo: view.trailingAnchor).isActive = true
        secondView.topAnchor.constraint(equalTo: view.safeAreaLayoutGuide.topAnchor,constant: 50).isActive = true
        secondView.heightAnchor.constraint(equalToConstant: 80).isActive = true
}

Storyboard issue

/Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for OTPVC (oLG-hh-m7w): dlopen(KWVerificationCodeView.framework, 1): no suitable image found. Did find:
KWVerificationCodeView.framework: required code signature missing for 'KWVerificationCodeView.framework'

Please find the attached screenshot.
screen shot 2018-06-15 at 7 28 00 pm

Bug: cannot load view in storyboard

Dear @kpavankotesh
I using KWVerificationCodeView in storyboard and everything is wonderful. But, sometime, I open storyboad and see the error message.
/Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (c58-2p-jVI): The agent threw an exception.
I check again ViewController but it didn't show.

I see, If the storyboard reports the error above, I have to restart xcode completely. This happens intermittently when I use the storyboard

Please check the bug above

method to clear verification code

We have code resend button when user clicks on it, I want to clear existing code enter by user.
So is there any method available to do this ?

Carthage support

Is there any plan to provide Carthage support to this?
I have tried to install the latest version with Carthage but it is showing error.

Skipped building KWVerificationCodeView due to the error:
Dependency "KWVerificationCodeView" has no shared framework schemes

swift 4 @objc inference

In Xcode build settings is "default" for the "Swift 3 @objc Inference" compiler code generation for swift 4.
This causes an error when building and an @objc needs to be added to the front of:
dynamic fileprivate func textFieldDidChange(_ notification: Foundation.Notification)
in KWTextFieldView

in order to compile.

Secure Text entry option

Is there any option or code snippet to enable or disable Secure text entry?
I have just added code for Secure text entry but because this code is configured with default value as " ", looks like it will need some more work in making it compatible with secure text entry because one blank space looks as * so it will not be empty.

So If anyone has made that I can directly use that

oneTimeCode

Does it support textContentType = .oneTimeCode ??

Keyboard Type Edit

Hi , Please add a feature to be able to chagne keyboard input type ( NumberPad,ASCII, . . .)

Open keyboard on loading view

Can I open keyboard on loading my view? I don't want my user to tap on the view. The keyboard should appear to the user automatically as soon as the view gets loaded.

Thanks

Textfield touch issue

Hi, just encountered a bug in the code and wanted to bring it to your notice. If we have a OTP field which has four digit and a user click on any other textfield rather than the first one we can type into the code from there. I think it should not work like that. At first the user should only be able to touch the first field. And the last field number gets replaced every time you press any other number that also should be blocked (i think). Please look into these.

keyboard

How to make it becomeFirstResponder?

Keyboard is not minimized

Keyboard is not getting minimized after entering the 4th Digit.

Can you please let me know why exactly keyboard is not minimized ??

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.