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 |
What is the 'implementation'?
What is the difference between atomic and nonatomic properties?
What is active state in ios?
What json framework is supported by ios (iphone os)?
Does ios supports multi-tasking functionality?
What is view controller xcode?
How to start a selector on a background thread.
What is uiwindow in ios?
Whats the difference between frame and bounds?
What is delegate protocol in ios?
Explain what is ios?
Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?