Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.xib doesn't shows up immediately? #71

Open
Midzi opened this issue Jan 14, 2019 · 1 comment
Open

.xib doesn't shows up immediately? #71

Midzi opened this issue Jan 14, 2019 · 1 comment

Comments

@Midzi
Copy link

Midzi commented Jan 14, 2019

Hi,

At the beginning - excellent library!

I have one problem with showing up my "view".
I've done everything as in example.
When I open my View by clicking the button it shows only "Enter Password", but no any digits and more stuff. I have to click anywhere (on any digit) to show it up.

What am I doing wrong here?

@liu044100
Copy link
Contributor

Hi, @Midzi

PasswordContainerView is created by code,

override func viewDidLoad() {
        super.viewDidLoad()
        
        //create PasswordContainerView
        passwordContainerView = PasswordContainerView.create(in: passwordStackView, digit: kPasswordDigit)
        ......
}

so storyboard did not show it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants