Let's say I have 3 UIStepper
s.
When I change the value of one, the values of the other steppers change based on a formula.
Stepper one value is 10.
Stepper two value is 5.
Stepper three value is 3.
If I change stepper 10 +/- 1, it might change the value in stepper two +/- one.
Is this possible?