Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

One Point Oh

Compare
Choose a tag to compare
@soffes soffes released this 04 Jul 05:03
· 94 commits to master since this release
  • Move to ARC
  • Add rowBackgroundColor to 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 NSAssert in SSCollectionView for a nil reuseIdentifier. This used to be an NSLog. It was changed to an assert because you really need to provide one or your performance will be just awful. Be user to add NS_BLOCK_ASSERTIONS in your release build to avoid crashing just incase you missed one somewhere.
  • Add deepMutableCopy to NSDictionary and NSArray
  • Add cellImageForKey: to SSPickerViewController - @greenisus
  • Add rowBackgroundColor to 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