0 votes
in Swift by
What is PLIST in iOS?

1 Answer

0 votes
by

PLIST stands for Property List. PLIST is basically a dictionary of value and keys that can be stored in our file system with a .plist file extension. The property list is used as a portable and lightweight means to store a lesser amount of data. They are normally written in XML.

Different types of property lists are mentioned below:

  • Binary Property List
  • XML Property List
  • ASCII Legacy Property List
...