Auto-Layout
Auto-Layout copied to clipboard
Any way to define auto-layout properties on symbol top-level?
I have numerous <input> symbols with a desired height each.
Every time I insert such a symbol, I have to set their height constants to be constrained.
Is there a way to define a constrained height to a symbol (or any auto-layout property)?
Currently I work this around by set the constraints in the symbol content. But this way the symbols themselves gets stretched when I resize parents. 😞