iOS Developer Question:

What is plist?

Answer:

Plist represents Property Lists. It is a key-value store for the Application to Save and Retrieve persistent data values. This is specifically used for iPhone development. It is basically and XML File.

Read All 102 iOS Developer Questions
Previous QuestionNext Question
Explain me what is Polymorphism?Explain me does iOS support multitasking?