开发者

Attempt to mutate immutable object with appendFormat

开发者 https://www.devze.com 2023-02-26 10:38 出处:网络
Hii i am doing a calculator on iphone when i clear the mutable string and try to add another value to it

Hii i am doing a calculator on iphone when i clear the mutable string and try to add another value to it it says that Attempt to mutate immutable object with appendFormat

what should i开发者_StackOverflow社区 do?


Please alloc the NSMutableString before adding the another value.

0

精彩评论

暂无评论...
验证码 换一张
取 消