gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

tableviewCell 中嵌套collectionview 怎么自动返回tableviewcell高度 #187

Open woniuwuyu opened 7 years ago

woniuwuyu commented 7 years ago

自定义的tableviewCell中,含有collectionView 而collectionviewCell也是属于根据情况设置flowerLayout,将collectionview作为bottomView无法正确返回 tableviewcell的高度

KinmoCode commented 4 years ago

哥们,你解决了么?