What is the architecture of ios?



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

Post New Answer

More Apple iOS Interview Questions

Explain the difference between nsarray and nsmutablearray?

1 Answers  


How to change the content of your app in order to change the views displayed in the corresponding window?

1 Answers  


What are the 7 osi layers?

1 Answers  


What is clean architecture ios?

1 Answers  


What are the benefits of ios?

1 Answers  


Where can you test Apple iPhone apps if you don’t have the device?

1 Answers  


Explain the usage of struct?

1 Answers  


Explain what is struct?

1 Answers  


What is 'private', 'protected' and 'public' ?

1 Answers  


How can a user respond or react to the state transitions on the app?

1 Answers  


Tell me what is fast enumeration?

1 Answers  


Explain about design patterns in iOS

1 Answers  


Categories