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

doesAllowInterAction not working #103

Open
kamalk2 opened this issue Mar 13, 2017 · 1 comment
Open

doesAllowInterAction not working #103

kamalk2 opened this issue Mar 13, 2017 · 1 comment

Comments

@kamalk2
Copy link

kamalk2 commented Mar 13, 2017

`let kvnConfig = KVNProgressConfiguration()
kvnConfig.doesAllowUserInteraction = true
kvnConfig.circleSize = 60.0
kvnConfig.circleStrokeForegroundColor = .black
kvnConfig.circleFillBackgroundColor = .clear
kvnConfig.backgroundTintColor = .clear
kvnConfig.backgroundFillColor = .clear
KVNProgress.setConfiguration(kvnConfig)

KVNProgress.show()`

This is the Swift code i'm using. The doesAllowUserInteraction does not seem to be working. I'm not able to use anything in the viewcontroller that is behind it.
Also the clear color which has been set is not working.

@279632990
Copy link

show onview is ok

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