youngsoft / TangramKit

TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
MIT License
1.21k stars 175 forks source link

如何支持线性布局中weight为0的情况 #29

Closed shingohu closed 6 years ago

shingohu commented 6 years ago

线性布局依次为 A B C 其中A,C weight 为 0 也就是自适应 B weight 为 1 如何支持这种情况

youngsoft commented 6 years ago

A.tg_height.equal(.wrap) B.tg_height.equal(.fill) C.tg_height.equal(.wrap)