New
One Point Oh
- Move to ARC
- Add
rowBackgroundColorto SSCollectionView. This is useful for having a texture background color on the collection view and preventing the internal UITableView from using it as the background color of each row. - Add
NSAssertin SSCollectionView for anilreuseIdentifier. This used to be anNSLog. It was changed to an assert because you really need to provide one or your performance will be just awful. Be user to addNS_BLOCK_ASSERTIONSin your release build to avoid crashing just incase you missed one somewhere. - Add
deepMutableCopytoNSDictionaryandNSArray - Add
cellImageForKey:to SSPickerViewController - @greenisus - Add
rowBackgroundColorto SSCollectionView - Improve NSDate ISO8601 category to support timezones
- Add NSDate category for converting a date to a short string (similar to Tweetbot) localized in 15 languages
- Add SSRateLimit
- Add SSButton
- Lots of bug fixes