We need to create a settings area where users can specify the following settings:
defaultRequestTimeoutInSeconds
The list above should be maintained within this task as we discover new values we'd want to be configurable.
This task covers the design and implementation of:
A Core Data object for storing settings values
A view & controller to display the settings
A UI trigger from which the settings area is launched (this could be the Settings.app setting section for our app entry or a self-contained view within RootViewController (perhaps the (+) add button becomes a settings button?)
We need to create a settings area where users can specify the following settings:
The list above should be maintained within this task as we discover new values we'd want to be configurable.
This task covers the design and implementation of:
RootViewController
(perhaps the (+) add button becomes a settings button?)