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 |
A tableview with while tapping on cell show a popOver. and tapping on it move to another view controller, is it possible if yes? then how?
Explain the steps involved in submitting the App to App-Store in iOS operating system?
What are design patterns in ios?
Explain what is a framework?
Explain me does ios support multitasking?
Enlist the methods to achieve concurrency in ios?
Can a static library (.a) contain assets like pictures, sound documents and so on.?
Which language is best for ios development?
What are layers?
what is singleton class? Why the whole application creates a single instance?
Explain which all events will perform an ios application in background
Describe @objc inference?