What is the architecture of ios?
Answer / Chandra Mohan Jha
iOS uses a hybrid architecture consisting of Objective-C, Swift, and C/C++. It runs on top of Darwin, which is based on Unix and includes a kernel, application services, and system libraries. The UIKit framework provides an object-oriented API for building user interfaces, while the Core Foundation framework offers low-level functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between nsarray and nsmutablearray?
How to change the content of your app in order to change the views displayed in the corresponding window?
What are the 7 osi layers?
What is clean architecture ios?
What are the benefits of ios?
Where can you test Apple iPhone apps if you don’t have the device?
Explain the usage of struct?
Explain what is struct?
What is 'private', 'protected' and 'public' ?
How can a user respond or react to the state transitions on the app?
Tell me what is fast enumeration?
Explain about design patterns in iOS