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 drawbacks..
- Setting up Settings.bundle is a hassale and needs some research do to
- Creating custom pages and changing values on the go are hard
- There are limitations to what values you can set
- It’s just cubersome to go back to settings to see how app behavior changes when some configs are tweaked.
**In comes PGDebugView
**