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

第二个section 返回都是0 #208

Closed isongwei closed 7 years ago

isongwei commented 7 years ago

用了两个section 第一个只有一个row 第二个是后台获取 两个的cell 不一样 只有第一个section 的row高度返回正确 第二个的返回都是0

是缓存之类的问题么