InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about PLIST in ios? List some examples of types of PLIST. |
|
Answer» The abbreviation PLIST in ios stands for Property List. PLIST is a value and key dictionary that can be saved in our file system using the .plist file EXTENSION. The property list is used to store a smaller quantity of data in a portable and lightweight MANNER. In most CASES, they are written in XML. The following are examples of several sorts of property lists:
|
|