Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soffes/sstoolkit
A collection of well-documented iOS classes for making life easier
https://github.com/soffes/sstoolkit
Last synced: about 2 months ago
JSON representation
A collection of well-documented iOS classes for making life easier
- Host: GitHub
- URL: https://github.com/soffes/sstoolkit
- Owner: soffes
- License: mit
- Archived: true
- Created: 2010-08-19T19:17:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T04:40:24.000Z (about 9 years ago)
- Last Synced: 2024-05-09T20:05:57.748Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 5.12 MB
- Stars: 3,310
- Watchers: 178
- Forks: 574
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - sstoolkit - A collection of well-documented iOS classes for making life easier (etc)
- awesome - sstoolkit - A collection of well-documented iOS classes for making life easier (etc)
README
# 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](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.
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.
* [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.
* [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.
* [SAMCategories](https://github.com/soffes/SAMCategories) — A collection of useful Foundation and UIKit categories.Several of these libraries have had big improvements since their abstraction from SSToolkit.