Skip to content

steipete/PSFoundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2562919 · Feb 1, 2013
Dec 12, 2010
Mar 1, 2012
Jul 19, 2011
Mar 7, 2011
Mar 24, 2011
Dec 12, 2010
Mar 23, 2011
Jun 23, 2011
Dec 15, 2011
Jun 23, 2011
Mar 1, 2012
Sep 27, 2011
Dec 12, 2010
Feb 1, 2013
Jun 3, 2011
Oct 21, 2011
Mar 16, 2011
Oct 14, 2011
Feb 8, 2011
Dec 12, 2010
Feb 16, 2011
Dec 12, 2010
Jun 3, 2011
Jun 3, 2011
Jun 3, 2011
Sep 25, 2011
Sep 19, 2011
Jun 25, 2011
Jun 2, 2011
Dec 28, 2010
May 8, 2011
Jan 9, 2012
Jun 8, 2011
Jun 8, 2011
Aug 22, 2012
Sep 20, 2011
Sep 20, 2011
Sep 20, 2011
Oct 7, 2011
Sep 20, 2011
Sep 22, 2011

Repository files navigation

I'll keep this repo for historical reasons, and maybe there even are some categories you might need. But generally, it's not used anymore, not supported, not converted to ARC, and if you ship that you have to be careful to include all open source licenses.

Generally, big repos of categories are a BAD idea, and I see many developers doing this. Better be selective, just pick what you need for a project and don't carry around dead code and pullute the namespace with 10.000 categories. This will just slow your app down for many reasons (e.g. every Framework you link has a small startup time penalty.)

Also, while I am not a fan of prefixing categories, it definitely is needed if you're working on a 3rd party framework like http://PSPDFKit.com. So keep that in mind, category clashes are super hard to debug.