What is the difference between nsstring and string?
Answer / Mahfooz Ali
"In Objective-C, NSString is a class that represents an immutable (unchangeable) sequence of bytes representing a string. 'string' is not a built-in type in Objective-C but it can be used as a synonym for NSString. However, using 'NSString' is more explicit and recommended to avoid confusion with other programming languages."
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a static library (.a) contain resources like images, sound files etc?
Is closure a function?
What is a delegation protocol?
What is .m file in objective c?
Is c++ similar to objective c?
How we can layout subviews in a view?
What is thread safe function?
How to create uibutton programmatically in objective c?
What are the 5 performance objectives?
How do you define a protocol?
What is an instancetype?
Explain what is #import?