[Solved] how to define delegate method as property in class category? [closed]
Your terms are all confused. A category is not a superclass or a subclass. A category adds methods to an existing class. A method is not a property, so “defining a delegate method property” does not make sense. You can’t add new instance variables to an object in a category, so you can’t add normal … Read more