Release 1.0.3
Unclaimed project
Are you a maintainer of sstoolkit? Claim this project to take control of your public changelog and roadmap.
Changelog
A collection of well-documented iOS classes for making life easier
Release 1.0.3
Release v1.0.4
+[UIColor colorWithHex:] to accepts 0x along with # as a valid prefix - @alexanderzats-[UIControl setTarget:action:forControlEvents:] method that allows setting exclusive handler and removing all previously registered actions - @alexanderzats-[UIView firstSuperviewOfClass:]...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.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...