Is there a limit on the amount of categories for an Objective-C Class? I am making a bunch to make my class less lengthy and was just wondering if there was a limit on the amount of them you could have. Thanks.
There is no limit. They are an effective way of keeping long codes clean. Make sure to name them appropriately to avoid duplicates.