Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

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](https://github.com/soffes/sstoolkit/issues/189).)

Now SSToolkit is made up of several libraries you can use independently. SSToolkit is now just a header file and a [podspec](http://cocoapods.org) with dependencies for each library. I don't recommend using the `SSToolkit` pod.
Now SSToolkit is made up of several libraries you can use independently. SSToolkit is now just a header file and a [podspec](https://cocoapods.org/) with dependencies for each library. I don't recommend using the `SSToolkit` pod.

Here’s what’s included:

* [SAMAddressBar](https://github.com/soffes/SAMAddressBar) — Clone of Safari's address bar from iOS 6.
* [SAMBadgeView](https://github.com/soffes/SAMBadgeView) — Simple badge view.
* [SAMGradientView](https://github.com/soffes/SAMGradientView) — Easy gradients in UIKit.
* [SAMGradientView](https://github.com/soffes/GradientView) — Easy gradients in UIKit.
* [SAMHUDView](https://github.com/soffes/SAMHUDView) — Kinda okay HUD.
* [SAMLabel](https://github.com/soffes/SAMLabel) — UILabel with vertical alignment and text insets.
* [SAMLoadingView](https://github.com/soffes/SAMLoadingView) — Simple loading view.
* [SAMCircleProgressView](https://github.com/soffes/SAMCircleProgressView) — Determinate, circular progress view.
* [SAMRateLimit](https://github.com/soffes/SAMRateLimit) — Simple utility for only executing code every so often.
* [SAMRateLimit](https://github.com/soffes/RateLimit) — Simple utility for only executing code every so often.
* [SAMTextField](https://github.com/soffes/SAMTextField) — Handy UITextField additions like insetting text.
* [SAMTextView](https://github.com/soffes/SAMTextView) — Add a placeholder to UITextView.
* [SAMWebView](https://github.com/soffes/SAMWebView) — Push UIWebView to its limits.
Expand Down