TinyConstraints icon indicating copy to clipboard operation
TinyConstraints copied to clipboard

Do not make any modification to offset with respect to layout direction, which fixes #95

Open therohansanap opened this issue 4 years ago • 0 comments

To solve issue described in #95, I suggest we should not do any special modification inside leadingToSuperview and trailingToSuperview methods. Let these methods follow the linear equation as described in Apple Documentation: item1.attribute1 = multiplier × item2.attribute2 + constant

therohansanap avatar Apr 25 '21 14:04 therohansanap