GitXplorerGitXplorer
s

SAMCategories

public
175 stars
32 forks
2 issues

Commits

List of commits on branch master.
Unverified
6b41634bb729e25783de01d694364fb4ae0d1f10

Merge pull request #26 from theill/master

ssoffes committed 10 years ago
Unverified
84223eee29d874cfc681b415b83fe42b913fcd7d

Adds sam_scrollToBottom and sam_scrollToBottomAnimated methods

ttheill committed 10 years ago
Unverified
62eacce916322a2e141b3b42c06fa7802cd3d4bf

Merge pull request #23 from dmiluski/master

ssoffes committed 10 years ago
Unverified
a30026f9d694a45385f55df483d7b2cd3cfbec67

Warning: Implicit Conversion

ddmiluski committed 11 years ago
Unverified
7191d0a2751d017123ef70a4fb53dae39ff5555c

Version 0.5.2

ssoffes committed 11 years ago
Unverified
7d8b74fde998f53e90e962115c08e5e285465840

Merge pull request #22 from calebd/master

ssoffes committed 11 years ago

README

The README file for this repository.

SAMCategories

A collection of useful Foundation and UIKit categories.

SAMCategories are tested on iOS 6 and Mac OS 10.8 and requires ARC. The will probably work on lower deployment targets though. Released under the MIT license.

Installation

Simply add the files in the SAMCategories/Foundation and/or SAMCategories/UIKit to your project. If you add the Foundation categories, you'll need to add SAMCategories/SAMCategories.bundle to your project as well. Make sure the bundle is copied to your application's resources.

If you're using CocoaPods, simply add the following line to your Podfile:

pod 'SAMCategories'

Enjoy.