BramYeh / BAPeekPop

Peek & Pop Compat for Long Press on non 3D touch Device of iOS 9+
MIT License
6 stars 5 forks source link

sharedApplication is unavailable on iOS Extension #11

Open jeonghanjoo opened 6 years ago

jeonghanjoo commented 6 years ago

Semantic issue ./Pods/BAPeekPop/BAPeekPop/Classes/BAPeekPop.m:190:54: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead.

Using [UIApplication sharedApplication] is unavailable when making iOS App extension. The followings are the lines using it.

Please see similar issue on NVActivityIndicatorView

BramYeh commented 6 years ago

Thanks, I will fix this on the weekend.