Can you please help with adopting code to iOS 7? I have code:
size = [string sizeWithFont:font
forWidth:constrainedToSize.width
lineBreakMode:lineBreakMode];
But Xcode says that sizeWithFont:font sizeWithFont:font and lineBreakMode deprecated in iOS 7.
Help me please with update this line of code.