Open brunoteixeiralc opened 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.
Basic.fullScreen = true
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)
Yup, can confirm in iOS10 Blurred acts the same as Solid.
Blurred
Solid
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.