I have a MainView Controller and a second SettingsView Controller. In SettingsView controller, I let user select a background color, save it and move back to MainView Controller. I use Navigation controller segue to move from Main to Settings and use dismissViewControllerAnimated to move back to Main.I have a MainView Controller and a second Setti