Saturday, 14 September 2013

Call class method of Objective C category

Call class method of Objective C category

AFNetworking has a class method called + af_sharedImageCache that I want
to access from my own category, but I can't figure out the syntax to
reference this. Internally it is doing [[self class] af_sharedImageCache]
but obviously that's not gonna work for me. :)

No comments:

Post a Comment