What are the differences between categories and extensions?
Answer / maanya
Categories: Allows you to add methods on existing classes.
Extensions: Allows you to increase the functionality (extend) of an existing class without using subclasses
| Is This Answer Correct ? | 0 Yes | 0 No |
If you run an application on device , which has location services.Which location it will show first ?
What is mvc design pattern in ios?
Name the memory management rules and their related methods.
What is viper code?
Explain how app delegate is declared by Xcode project templates?
From which ios version, arc is supported?
Do you know any other changes to ios 7 since wwdc?
Explain formal protocols?
Enlist the methods to achieve concurrency in ios?
Do you know what is iphone sdk?
What is autorealease pool?
What is the concurrency how many ways you know to achieve concurrency?