We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd02b7b commit a1fca9cCopy full SHA for a1fca9c
SHScrollLayout/SHTableView.m
@@ -26,6 +26,8 @@ - (instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style {
26
if (self) {
27
//默认主视图可以滚动
28
self.canScroll = YES;
29
+ //计算一下
30
+ self.isUpdate = YES;
31
32
if (@available(iOS 11.0, *)) {
33
self.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
0 commit comments