[Solved] ios different ways of calling a method from different classes [closed]
I don’t think it’s so awful a question. Lot of folks responded negatively to the “best” aspect of the question. A simple rephrase might be “what circumstances are best suited for each kind of inter-object communication”. In summary the common ones are as follows: Direct invocation (google Objective-C language methods) – Most common, most direct, … Read more