When to use nsmutablearray and when to use nsarray?
Answer / Yogesh Singh Gunjiyal
Use "NSMutableArray" when you need to modify the array's contents. Use "NSArray" when you only need to read from it, as it is more memory-efficient and safer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is struct?
What is push notification?
. How do you change the content of your app in order to change the views displayed in the corresponding window?
What are ios apps written in?
Define 'retain' keyword?
Explain mutable and immutable types in objective c programming language?
What's new with the ios 7 camera?
What is cocoa touch framework in ios?
What is the difference between retain & assign in iOS operating system?
Explain how to delete images in ios?
How to download something from the internet?
Explain the difference between viewdidload and viewdidappear?