Closed danpe closed 11 years ago
Using stringWithFormat instead of appendFormat to fix issue #50
Maybe we should change all mutable strings to normal strings and use string with format, but it may lower the performance.
Thanks
Using stringWithFormat instead of appendFormat to fix issue #50
Maybe we should change all mutable strings to normal strings and use string with format, but it may lower the performance.