MBProgressHUD
MBProgressHUD copied to clipboard
Compile errors
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;