Google News
logo
Swift - Interview Questions
What do you understand about PLIST in ios? List some examples of types of PLIST.
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 :
 
* Binary Property List
* XML Property List
Advertisement