Deprecated iOS 7 methods
Opened this issue · 1 comments
Deleted user commented
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];
matej commented
I think this has been resolved a while back. Thanks for your report.