-
Notifications
You must be signed in to change notification settings - Fork 343
Settings
Johan Degraeve edited this page Mar 9, 2019
·
11 revisions
Settings are stored in UserDefaults, see xdrip/View Controllers/SettingsViewController/View Models/UserDefaults+Settings.swift
Update file xdrip/View Controllers/SettingsViewController/View Models/UserDefaults+Settings.swift
add a value to the enum Key
add a computed property to get and set the value with the expected type
To add a setting to an existing Section in the Settings Page.
In the folder xdrip/View Controllers/SettingsViewController/View Models there's a ViewModel per section that can appear in a settings page.
Extend the enum Setting