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(myString);
How can I do the similar thing in Objective C?
Thanks a lot
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…