daikini / sstoolkit

A collection of iOS classes for making life easier

Home Page:http://sstoolk.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSToolkit

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.

Classes

Views

  • SSCollectionView - simple collection view modeled after UITableView and NSCollectionView
  • SSGradientView - easily create gradients with optional borders and insets
  • SSHUDView - simple heads-up display
  • SSLabel - ever wanted to align your text to the top or the bottom
  • SSLineView - easily create 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

Cells

Controls

View Controllers

Misc

Categories

Several categories are included and used throughout SSToolkit.

Adding SSToolkit to your project

For installation instructions, see the getting started guide on the SSToolkit website.

Usage

For usage instructions, see the usage guide on the SSToolkit website.

Demo

SSCatalog is included with SSToolkit. There is an iPhone application target and an universal iPad/iPhone application target to demonstrate the various features of SSToolkit.

Links

Thanks

Huge thanks to our contributors, Jake Marsh, and Mike Rundle.

About

A collection of iOS classes for making life easier

http://sstoolk.it

License:MIT License


Languages

Language:Objective-C 64.0%Language:C 24.1%Language:Python 12.0%