sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Crashes on iOS 8.4, 8.3 devices #6

Closed mukyasa closed 7 years ago

mukyasa commented 7 years ago

The project is crashing in iOS 8 devices, Can u help me out in this

ivanvorobei commented 7 years ago

@mukyasa, please, describe what happen and add screenshot or video

mukyasa commented 7 years ago
public init(withRadius radius: CGFloat) {
    let customBlurClass: AnyObject.Type = NSClassFromString("_UICustomBlurEffect")

in SPBlurView class

crashing on this line

ivanvorobei commented 7 years ago

@mukyasa you closed this issue, not I am. Now I check this problem and fixing it

mukyasa commented 7 years ago

sorry, actually i didnt closed this may be this happened through mail

ivanvorobei commented 7 years ago

@mukyasa I fixed it, you can update project

mukyasa commented 7 years ago

thnks @IvanVorobei