You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
`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.
The text was updated successfully, but these errors were encountered: