Created
March 16, 2023 16:44
-
-
Save andresr-dev/1d5e22a50b20ece9da5545e4a9d1ec0e to your computer and use it in GitHub Desktop.
This is how to disable the layout warnings in swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UserDefaults.standard.set(false, forKey: "_UIConstraintBasedLayoutLogUnsatisfiable") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment