Skip to content

Instantly share code, notes, and snippets.

@andresr-dev
Created March 16, 2023 16:44
Show Gist options
  • Save andresr-dev/1d5e22a50b20ece9da5545e4a9d1ec0e to your computer and use it in GitHub Desktop.
Save andresr-dev/1d5e22a50b20ece9da5545e4a9d1ec0e to your computer and use it in GitHub Desktop.
This is how to disable the layout warnings in swift
UserDefaults.standard.set(false, forKey: "_UIConstraintBasedLayoutLogUnsatisfiable")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment