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 |
Can a static library (.a) contain resources like images, sound files etc?
What do you mean by cocoa?
Can a protocol have properties?
What is dictionary objective c?
Is objective c similar to c++?
What is difference between null and nil?
What objective-c program consists of?
What is strong and weak in objective c?
How do you call a method in objective c?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
Is it possible to implement dealloc in arc?
What is method swizzling in objective c and why would you use it?