Auto-Layout icon indicating copy to clipboard operation
Auto-Layout copied to clipboard

Any way to define auto-layout properties on symbol top-level?

Open Geri-Borbas opened this issue 8 years ago • 0 comments

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. 😞

Geri-Borbas avatar Jun 30 '17 22:06 Geri-Borbas