What is difference between nsstring and nsmutablestring?
Answer / Keshaw Kumar
NSString is immutable, while NSMutableString is a mutable version of NSString that allows you to change its contents.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a .m file?
When will you use nsarray and nsmutablearray? Which one is faster?
What is the use of category in objective-c?
How to call objective c function in swift?
When should you call dealloc method?
When would you use nsarray and nsmutablearray?
What is an example of tangible property?
What is id type in objective c?
What is synchronized() block in objective c?
What is toll-free bridging?
What is main storyboard?
Can objective c run on windows?