feat:fix ListView's auto resize height in iOS

This commit is contained in:
pengfei.zhou
2019-11-16 15:10:21 +08:00
parent 1d5b312922
commit db55cb30fb
7 changed files with 80 additions and 28 deletions

View File

@@ -21,6 +21,5 @@
#import "DoricStackNode.h"
@interface DoricListItemNode : DoricGroupNode<UITableViewCell *>
@interface DoricListItemNode : DoricStackNode
@end