soffes / sstoolkit

A collection of well-documented iOS classes for making life easier
MIT License
3.31k stars 573 forks source link

Added SSCategories import to SSToolkit.h #160

Closed mbbischoff closed 11 years ago

mbbischoff commented 11 years ago

I end up using SSToolkit a lot, but not always for its controls.

The categories included are really really useful. So useful in fact, that I think they should be included in the default import. That way, new users aren't confused when they follow the install instructions and then can't use dictionaryWithFormEncodedString or deepMutableCopy.

For your enjoyment, the first Google Images search for "SSCategories": http://www.uniplot.de/documents/en/_images/ToolsMoreOptions-en.png

soffes commented 11 years ago

Not sure what I think about this. Since my categories aren't namespaced, I don't want to pollute. Ideally, we should namespace and add the import, but that would break a lot of apps.

mbbischoff commented 11 years ago

Hmm, yeah. Good point on the namespacing issue. I wonder how much of a problem that pollution would be in real-world scenarios. Might be an unsolvable problem without breaking compatibility like you mentioned.