Home About
S
StackView.leading
UIStackView
0x179a57e0
==
C
CardView.leading
CardView
0x17aa9ce0
+ 10
StackView's leading edge should equal CardView's leading edge plus 10.
S
StackView.trailing
UIStackView
0x179a57e0
==
C
CardView.trailing
CardView
0x17aa9ce0
- 10
StackView's trailing edge should equal CardView's trailing edge minus 10.
S
SFCircularGauge.width
SFCircularGauge
0x17ac4050
==
150
SFCircularGauge's width should equal 150.
S
SFCircularGauge.leading
SFCircularGauge
0x17ac4050
==
S
StackView.leading
UIStackView
0x179a57e0
+ 20
SFCircularGauge's leading edge should equal StackView's leading edge plus 20.
S
SFCircularGauge.trailing
SFCircularGauge
0x17ac4050
==
S
StackView.trailing
UIStackView
0x179a57e0
- 20
SFCircularGauge's trailing edge should equal StackView's trailing edge minus 20.
C
CardView.leading
CardView
0x17aa9ce0
==
V
View.leading
UIView
0x17801620
+ 10
CardView's leading edge should equal View's leading edge plus 10.
C
CardView.trailing
CardView
0x17aa9ce0
==
V
View.trailing
UIView
0x17801620
- 10
CardView's trailing edge should equal View's trailing edge minus 10.
V
View.width
UIView
0x17801620
==
320
View's width should equal 320.

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