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

【需求】流动布局`TGFloatLayout`添加动态边距 #42

Closed birdmichael closed 4 years ago

birdmichael commented 4 years ago

功能需求

环境 版本
Xcode Version 11.2.1 (11B53)
Swift 5.0
设备信息 IPhoneX
设备版本 13.2.2

需求描述: |[边距] 【视图A】[边距] 【视图B】[边距] | 需求3个边距需要按父视图宽度进行均分

目前替代实现方法: 1.必须知道视图A,B的宽度。 2.计算实际应该显示的边距宽度。 3.设置tg_leftPaddingtg_rightPadding(其中space会自动浮动间距)

birdmichael commented 4 years ago

V1.4.2分支测试通过