SSToolkit
SSToolkit was a grab bag of iOS goodies. It was a giant collection of classes that I started in 2008. This was getting out of hand. That version is completely deprecated. (Read more on that.)
Now SSToolkit is made up of several libraries you can use independently. SSToolkit is now just a header file and a podspec with dependencies for each library. I don't recommend using the SSToolkit
pod.
Hereβs whatβs included:
- SAMAddressBar β Clone of Safari's address bar from iOS 6.
- SAMBadgeView β Simple badge view.
- SAMGradientView β Easy gradients in UIKit.
- SAMHUDView β Kinda okay HUD.
- SAMLabel β UILabel with vertical alignment and text insets.
- SAMLoadingView β Simple loading view.
- SAMCircleProgressView β Determinate, circular progress view.
- SAMRateLimit β Simple utility for only executing code every so often.
- SAMTextField β Handy UITextField additions like insetting text.
- SAMTextView β Add a placeholder to UITextView.
- SAMWebView β Push UIWebView to its limits.
- SAMCategories β A collection of useful Foundation and UIKit categories.
Several of these libraries have had big improvements since their abstraction from SSToolkit.