You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #267 where protocol LayoutItem is introduced (but not fully used yet), I think it is a good idea to further support arbitrary UILayoutGuide, i.e.
letspace=UILayoutGuide()
view.addLayoutGuide(space)constrain(view, space){ view, space in
view.right == space.left
...}
Hi 👋
Related to #267 where
protocol LayoutItem
is introduced (but not fully used yet), I think it is a good idea to further support arbitraryUILayoutGuide
, i.e.This will require other changes, e.g.:
What do you think?
The text was updated successfully, but these errors were encountered: