Skip to content

Instantly share code, notes, and snippets.

@getjennyli
Created October 3, 2020 17:26
Show Gist options
  • Select an option

  • Save getjennyli/cee33793e847b3b7b2391dbe57fca55c to your computer and use it in GitHub Desktop.

Select an option

Save getjennyli/cee33793e847b3b7b2391dbe57fca55c to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
switch.setOn(userDefaultsValue, animated: false)
}
@objc func toggleSwitch() {
UserDefaults.standard.set(userDefaultsValue.isOn, forKey: "showMMSS")
UserDefaults.standard.synchronize()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment