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

Fullscreen configuration not working on IOS 10 #90

Open
brunoteixeiralc opened this issue Sep 27, 2016 · 1 comment
Open

Fullscreen configuration not working on IOS 10 #90

brunoteixeiralc opened this issue Sep 27, 2016 · 1 comment

Comments

@brunoteixeiralc
Copy link

brunoteixeiralc commented Sep 27, 2016

hi,

I am using KVNProgress with iOS 9 and works great.

When I try Basic.fullScreen = true with IOS 10 , appears the progress but the background still the same without the blur image.

  let Basic = KVNProgressConfiguration()
        Basic.circleStrokeForegroundColor = UIColor(red:30/255, green:196/255, blue:82/255, alpha:1.0)
        Basic.fullScreen = true
        KVNProgress.setConfiguration(Basic)
        KVNProgress.showWithStatus(text, onView: view)
@freak4pc
Copy link

Yup, can confirm in iOS10 Blurred acts the same as Solid.

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