AssistoLab/KVNProgress

doesAllowInterAction not working

kamalk2 opened this issue · 1 comments

`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.

show onview is ok