Cocoa Constants

One Response to “Cocoa Constants”

  1. Joe Jones Says:

    Would it be possible to add all of these constants to a Constants class so that our code is not as littered with all these calls to ObjectiveCObject? Also, how much of this is cached? If I have to call ObjectiveCObject for the same constant all the time then the perf hit would seem to be quite hard.