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 |
What is tableview datasource?
What is uikit framework in ios?
How are non-atomic and atomic properties different? Which one is the default property for synthesized properties? When would a user operate one over the other?
Which API is used to write test scripts that help in exercising the application's user interface elements?
What are most ios apps written in?
What is dependency injection in ios?
What are the App states in iOS operating system? Explain them
What is array in ios?
What coding language is used for ios apps?
How do I get ios 13?
What json framework supported by ios?
Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?