I am creating my Debug NSLayout Constraints check list:
- Verify if the property TranslatesAutoresizingMaskIntoConstraints if equal false
- Verify if the view was added to the parent view and if was added on the right order
- Verify the width and height
- Verify the position (top, leading, trailing, bottom)
- Verify if the constraints between this view and another view is correct
What more verifications can I add in this Debug NSLayout Constraints check list for each view?
New contributor
user26383060 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.