mamaral / Neon

A powerful Swift programmatic UI layout framework.
MIT License
4.58k stars 389 forks source link

how to do the internal view determines the size of the external view #65

Closed hydyy closed 6 years ago

hydyy commented 6 years ago

how to do the internal view determines the size of the external view

mamaral commented 6 years ago

I don’t quite understand the question.

hydyy commented 6 years ago

has a view [ A ] , container two sub view [ B, C ] , how to make A.height == B.height + C.height

mamaral commented 6 years ago

That isn't supported. You can set frames manually yourself.