add_layout_stays has a comment that says: /* Add two required stay constraints for the top left corner */
but looking at the code:
- it also creates stay constraints for width and height
- it creates weak constraints, not required ones
Who is right, the comment or the code ?