This is a small change to reduce the constraint priorities to 750 (High) of:
The top and bottom constraints of the titleLabel, messageLabel and textView
The top and leading constraints of the AlertContentView
This resolves AutoLayout from having to break required constraints, if we were to modify and add additional constraints to any of the SimpleAlert's view elements to other elements, like so:
This is a small change to reduce the constraint priorities to 750 (High) of:
titleLabel
,messageLabel
andtextView
AlertContentView
This resolves AutoLayout from having to break
required
constraints, if we were to modify and add additional constraints to any of the SimpleAlert's view elements to other elements, like so:Thank you for the indeed simple alert!