Trying to rephrase the above Wikipedia quote more clearly in the context of Objective-C:
Class methods are methods that belong to the class, not an instance of the class.
Instance methods are class instance methods; which is often referred to as an object. Saying "class instance methods" obviously refers to this, but is confusing.
source share