SettingsBundleHelper
class SettingsBundleHelper
Handler class to detect and store any changes made to the app’s preference list in Settings.
-
Structure to store key names for the preference list so that settings can be accessed in other classes.
Declaration
Swift
struct SettingsBundleKeys -
Function to implement any changes that don’t need to be processed in the viewControllers.
Declaration
Swift
class func checkAndExecuteSettings() -
Function to set the app version in settings.
Declaration
Swift
class func setVersionAndBuildNumber()
View on GitHub
SettingsBundleHelper Class Reference