What is nsstring?
Answer / Manish Kumar
NSString is a class in Foundation framework of Objective-C that provides support for working with strings. It is used to represent a sequence of characters as an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a bridge header in objective c?
What are the types of ios binaries you can create using xcode?
What is posing in objective c?
Is c++ similar to objective c?
How to call objective c function in swift?
What is an instancetype?
Can we create dynamic classes in objective c?
How is string represented in objective-c?
What is the difference between #import and #include in objective-c?
What is the difference between class and category?
What is the purpose of the protocol?
What is block in objective c?