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

TGLinearLayout 的子view有没有类似layout_gravity的 #32

Closed alex-lan closed 5 years ago

youngsoft commented 5 years ago

有的,参考一下tg_alignment 属性,这个属性是控制子视图在父视图中的对齐方式的。

alex-lan commented 5 years ago

@youngsoft 好的,谢谢!