forked from jdg/MBProgressHUD
-
Notifications
You must be signed in to change notification settings - Fork 308
Open
Description
I'm trying to compile my tweak with MBProgressHUD but i'm getting following errors
I'm not sure what i'm missing, I have added required headers and FRAMEWORKS in makefile
MBProgressHUD/MBProgressHUD.m:90:34: error: no known class method for selector
'labelColor'
_contentColor = [[UIColor labelColor] colorWithAlphaComponent:0.7f];
^~~~~~~~~~
MBProgressHUD/MBProgressHUD.m:381:101: error: use of undeclared identifier
'UIActivityIndicatorViewStyleLarge'
...= [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActi...
^
MBProgressHUD/MBProgressHUD.m:1068:32: error: use of undeclared identifier
'UIBlurEffectStyleSystemThickMaterial'
_blurEffectStyle = UIBlurEffectStyleSystemThickMaterial;
Metadata
Metadata
Assignees
Labels
No labels