mutualmobile / MMProgressHUD

An easy-to-use HUD interface with personality.
MIT License
705 stars 131 forks source link

Warnings in iOS7 #13

Closed fdddf closed 10 years ago

fdddf commented 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

larsacus commented 10 years ago

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.

fdddf commented 10 years ago

Warning's gone and everything work fine. Thanks for your time.