AssistoLab / KVNProgress

KVNProgress is a fully customizable progress HUD that can be full screen or not.
MIT License
1.24k stars 202 forks source link

Fullscreen configuration not working on IOS 10 #90

Open brunoteixeiralc opened 8 years ago

brunoteixeiralc commented 8 years ago

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 commented 8 years ago

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