leah / PullToRefresh

A simple iPhone TableViewController for adding pull-to-refresh functionality.
http://blog.leahculver.com/2010/07/iphone-pull-to-refresh.html
MIT License
1.91k stars 252 forks source link

Just updated UITextAlignmentCenter to NSTextAlignmentCenter.. #30

Closed chaekit closed 11 years ago

chaekit commented 11 years ago

UITextAlignmentCenter is deprecated for iOS6 so I just changed it to NSTextAlignmentCenter. thats it

coryallegory commented 11 years ago

It might be safer to implement a check for which os version is running, to maintain support for ios5 and earlier as well