如何使用NSString方法返回字符串?

时间:2012-10-05 20:12:12

标签: function methods nsstring format

给定这样的函数:

    - (NSString *) changemystringsomehow
{
    // do something to the string / check the string
    return ?;
}

我如何在另一个函数中使用它来获取'已更改'字符串?

1 个答案:

答案 0 :(得分:0)

好吧,请阅读他们说的*手册。我发现文档有时难以理解,但我试了一下。我找到了答案,并学会了如何制作一个类别。

customize existing classes