Is there a way to call a class method from another method within the same class?
For example:
+classMethodA{ } +classMethodB{ //I would like to
Should be as simple as:
[MyClass classMethodA];
If that's not working, make sure you have the method signature defined in the class's interface. (Usually in a .h file)