Whats the difference between NSArray and NSMutableArray?
Answer / maanya
NSArrayʼs contents can not be modified once itʼs been created whereas a NSMutableArray can be modified as needed, i.e items can be added/removed from it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Apple push notification
What is arc in ios?
What is a view controller in ios?
Explain parent-child context setup?
Can my application have multiple models?
What is application lifecycle in ios?
Explain how an autorelease pool works at the runtime level in iOS
0 Answers SwanSoft Technologies,
Explain how an autorelease pool works at the runtime level
How you will store user info (username, password or token) securely in ios?
Which are the ways of achieving concurrency in ios?
What are the viewcontroller lifecycle in ios?
Which app specific objects store the app's content?