Get data from .plist file in Swift

Get data from .plist file(Swift)


Step:1- Select Add New file 



Step:2- Select Property List from it and give the name of it 


Step:3- Add some data in .plist file 

Step:4- Add finally write code for it like first get the path of plist in string and get content of file by giving it path string and finally you will get data of plist 







Popular posts from this blog

Frame vs bounds in Swift

DateFomatter in Swift

Property wrapper in Swift