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

iphone 12以上,scrollview中的layout隐藏视图,页面卡死 #54

Open becomefalse opened 9 months ago

becomefalse commented 9 months ago

TGBaseLayout.layoutSubviews()一直被触发 image

becomefalse commented 9 months ago

好吧,可以了,tg_adjustScrollViewContentSizeMode设置no后手动设置contentSize可以了