How can I make a static method in Objective C??I

Posted by Tattat on Stack Overflow See other posts from Stack Overflow or by Tattat
Published on 2010-04-22T13:52:19Z Indexed on 2010/04/22 13:53 UTC
Read the original article Hit count: 356

In Java, I may have a class, for example, "utility" ....., and I have a static method called "changeToCapitalLetter", so , I can do something like this:

Utility.changeToCapitalLetter(String myString);

How can I do the similar thing in Objective C? thz a lot.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about java