|
|
|
|
|
by wpearse
1406 days ago
|
|
It’s been almost a decade since I did any ObjC, but I’m fairly certain that you want to use NSMutableString here :p And, don’t forget to release your alloc’d objects (or use an auto release memory pool). There was no automatic memory management then! |
|