SSToolkit makes life easier. It is made up of various view controllers, views, and categories that I use in all of my apps. Feel free to fork the repo and make it better.
If you're using this in your project, I'd love to hear about it! Send me an email and let me know which pieces you're using and such.
Install the documentation into Xcode with the following steps:
-
Open Xcode Preferences
-
Choose Downloads
-
Choose the Documentation tab
-
Click the plus button in the bottom right and enter the following URL:
http://docs.sstoolk.it/com.samsoffes.sstoolkit.atom
-
Click Install next the new row reading "SSKeychain Documentation". (If you don't see it and didn't get an error, try restarting Xcode.)
Be sure you have the docset selected in the organizer to see results for SSToolkit.
You can also read the SSToolkit Documentation online.
- SSAnimatedImageView - easily create timed or keyframed animations
- SSBadgeView - badge accessory view for table cells, similar to Mail.app unread counts
- SSBorderedView - draw boxes with top and bottom borders with optional insets
- SSCollectionView - simple collection view modeled after UITableView and NSCollectionView
- SSGradientView - easily create gradients with optional borders and insets
- SSHUDView - simple heads-up display
- SSLabel - vertically align and inset your text
- SSLineView - easily create solid, dotted, or dashed lines with an inset
- SSLoadingView - flexible loading view
- SSPieProgressView - pie chart style progress bar similar to the one in Xcode's status bar
- SSWebView - handy delegate additions and control over shadows and scroll
- SSAddressBarTextField - textfield to show loading progress and control a web view
- SSTextField - inset your text
- SSTextView - placeholders like
UITextField
- SSSegmentedControl - segmented control clone so make customizing the appearance easier
- SSSwitch - switch clone so make customizing the appearance easier
- SSCollectionViewController - manage a collection view
- SSPickerViewController - easily create picker view controllers like the Settings.app
- SSRatingPickerViewController - simple view controller for rating stuff like App Store.app
- SSDrawingUtilities - random macros for drawing and such
- SSConcurrentOperation - a simple wrapper for concurrent NSOperations
Several categories are included and used throughout SSToolkit.
For installation instructions, see the getting started guide on the SSToolkit website.
For usage instructions, see the usage guide on the SSToolkit website.
SSCatalog is a sample project that demonstrates several features of SSToolkit. It is an universal iPad/iPhone application.
Huge thanks to our contributors, Jake Marsh, and Mike Rundle.