What is a nsstring?
Answer / Amrit Kumar
NSString is a foundation class in Objective-C that represents immutable strings. It's part of the Foundation framework and provides a wide range of string manipulation methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is instancetype?
How to make a code snippet thread safe?
What type of language is objective c?
Explain types of protocol?
What are the two types of tangible property?
What is .h and .m file in xcode?
What is the difference between underscore and self (i.e self.xx and _xx) ?
What is the use of objective c?
What is thread safe function?
What is differences between nsnull and nil in objective c?
What is meant by not thread safe?
Explain the difference between uiwindow and uiview?