Fix breaking constraints in views
Some views have breaking constraints, especially on smaller devices.
I would suggest to debug all views by setting a symbolic breakpoint for UIViewAlertForUnsatisfiableConstraints
and/or scan the logs for NSLayoutConstraint
entries as described here.