matej/MBProgressHUD

Deprecated iOS 7 methods

Opened this issue · 1 comments

There are 2 methods that are now deprecated due to iOS 7 UIKit changes.

CGSize labelSize = [label.text sizeWithFont:label.font];

and

CGSize detailsLabelSize = [detailsLabel.text sizeWithFont:detailsLabel.font 
                            constrainedToSize:maxSize lineBreakMode:detailsLabel.lineBreakMode];

I think this has been resolved a while back. Thanks for your report.