PullToRefresh
PullToRefresh copied to clipboard
Localization and Loading Header Width
- Localization of the strings.
- The header view had a fixed width of 320 points. I've refactored this so now its width equals to the width of the table. This was bad when using the class on iPad or on iPhone in landscape position: the label wasn't centered and the view looked truncated if a color was used. It should now display properly on any table width. I also added Fixed Width Autoresizing masks to the view and to the label, so resizing on rotations is also covered now.