Tag

plist

Posts filed under this topic.

04/12/2016

Debug View for iOS App

It's a common requirement to tweak different configurations of the app for debug purposes. The general way of doing it is using Settings.bundle where the Settings are located inside Setting of the iPhone. It has a few dr...

20/11/2016

A case for Plist and scripting in Swift

Property List is a convenient and flexible format for saving data. It was originally defined by apple, to use in iOS devices and later extended to various apps. Plist internally is actually an XML file and can easily be...