soffes / SSPullToRefresh

Simple and highly customizable pull to refresh view
MIT License
885 stars 139 forks source link

UITextAlignmentCenter is deprecated in iOS 6.0 #28

Closed chrisalbert closed 11 years ago

chrisalbert commented 11 years ago

It should be replaced with NSTextAlignmentCenter to silence the compiler warning.

soffes commented 11 years ago

This has already been fixed. Thanks!