(no title)
stevenwei | 12 years ago
In this case I would probably do something like:
red.left = blue.right;
(Or vice-versa, depending on which edge you are positioning against).stevenwei | 12 years ago
In this case I would probably do something like:
red.left = blue.right;
(Or vice-versa, depending on which edge you are positioning against).
robert-boehnke|12 years ago
red.leading = blue.trailing
to handle RTL scenarios