Home About
U
UIViewSafeAreaLayoutGuide.trailing
UILayoutGuide
0x283f9cb60
==
L
Label.trailing
UILabel
0x119e1dad0
+ 200
UIViewSafeAreaLayoutGuide's trailing edge should equal Label's trailing edge plus 200.
L
Label.leading
UILabel
0x119e1dad0
==
U
UIViewSafeAreaLayoutGuide.leading
UILayoutGuide
0x283f9cb60
+ 200
Label's leading edge should equal UIViewSafeAreaLayoutGuide's leading edge plus 200.
V
View.width
UIView
0x119e1d8f0
==
375
View's width should equal 375.
U
UIViewSafeAreaLayoutGuide.leading
UILayoutGuide
0x283f9cb60
==
V
View.leading
UIView
0x119e1d8f0
UIViewSafeAreaLayoutGuide's leading edge should equal View's leading edge.
V
View.trailing
UIView
0x119e1d8f0
==
U
UIViewSafeAreaLayoutGuide.trailing
UILayoutGuide
0x283f9cb60
View's trailing edge should equal UIViewSafeAreaLayoutGuide's trailing edge.

This constraint was added by a table or collection view to enforce its cell size.