PrimaryFeather / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
538 stars 173 forks source link

UILineBreakMode is deprecated in iOS 5 and above #1076

Closed tconkling closed 12 years ago

tconkling commented 12 years ago

Super-trivial patch: just uses NSLineBreakMode instead of UILineBreakMode when compiling for iOS 5 and above.

PrimaryFeather commented 12 years ago

Thanks, Tim!