A collection of helpers (categories) we've written for iOS and OS X, full with convenience methods to make them easier and more useful. [tags:cocoa,objective-c,ios,mac]
When you're not on an english system and the localized string is wider than »Updating...« (in german it's for example »Aktualisieren…«) the overlay view gets messed up. This because of the fixed width here of 130.0f.
There's an issue in UITableView/UITableViewHelper.m:36 with
When you're not on an english system and the localized string is wider than »Updating...« (in german it's for example »Aktualisieren…«) the overlay view gets messed up. This because of the fixed width here of 130.0f.