Skip to content

A collection of well-documented iOS classes for making life easier

License

Notifications You must be signed in to change notification settings

johnezang/sstoolkit

 
 

Repository files navigation

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.

Read the SSToolkit Documentation.

Classes

Views

  • 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

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 well-documented iOS classes for making life easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 95.9%
  • C 4.1%