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

iOS 13 TGBorderline 未适配 Dark Model #38

Closed LiebeMXW closed 5 years ago

LiebeMXW commented 5 years ago

用public init(dynamicProvider: @escaping (UITraitCollection) -> UIColor) 方法创建的 UIColor 传递给 TGBorderline, 切换手机 light/Dark , view 的 tg_borderline 未能改变颜色!

youngsoft commented 5 years ago

问题修复,请更新到1.4.1版本。