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
我是按照demo,view放在loadView写的。并且修改了self.view 我需要添加一个
CAShapeLayer
,所以需要知道子控件尺寸。 我在viewDidLayoutSubviews
下拿到的通过wrap
的高度为0. 请问这种情况在正常生命周期下,应该在哪里才可以获取所有控件的正确frame呢?