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.
精彩评论