ChrisXu / CXAlertView

Custom alert-view which allow you to add view as main content.
MIT License
323 stars 81 forks source link

IOS 7 deprecated warning #30

Open ergunkocak opened 10 years ago

ergunkocak commented 10 years ago

Hi,

First thanks for such class. I have a warning in xcode 5.1.1 saying :

CXAlertView.m:754:29: 'sizeWithFont:constrainedToSize:lineBreakMode:' is deprecated: first deprecated in iOS 7.0 - Use -boundingRectWithSize:options:attributes:context:

Regards