Closed fdddf closed 10 years ago
In target iOS7 only, warnings are blow: MMHud.m:100:37: 'sizeWithFont:' is deprecated: first deprecated in iOS 7.0 - Use -sizeWithAttributes:
MMHud.m:105:32: 'sizeWithFont:constrainedToSize:' is deprecated: first deprecated in iOS 7.0 - Use -boundingRectWithSize:options:attributes:context:
MMProgressHUDViewController.m:31:11: 'setWantsFullScreenLayout:' is deprecated: first deprecated in iOS 7.0
Didn't mean to close this. Please try out the latest commit in master and see if anything broke when moving to the new iOS 7 APIs.
Warning's gone and everything work fine. Thanks for your time.
In target iOS7 only, warnings are blow: MMHud.m:100:37: 'sizeWithFont:' is deprecated: first deprecated in iOS 7.0 - Use -sizeWithAttributes:
MMHud.m:105:32: 'sizeWithFont:constrainedToSize:' is deprecated: first deprecated in iOS 7.0 - Use -boundingRectWithSize:options:attributes:context:
MMProgressHUDViewController.m:31:11: 'setWantsFullScreenLayout:' is deprecated: first deprecated in iOS 7.0