mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 305 forks source link

Doesn't work in extensions #139

Open lukaskollmer opened 7 years ago

lukaskollmer commented 7 years ago

MRProgressHelper.h and MRBlurView.m call +[UIApplication sharedApplication], which is not available in App Extensions, meaning that MRProgress will not compile for extension targets.

MRProgress/src/Utils/MRProgressHelper.h:41:56: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.

image