|
@@ -65,7 +65,7 @@ - (void)scrollViewContentSizeDidChange:(NSDictionary *)change
|
|
|
[super scrollViewContentSizeDidChange:change];
|
|
[super scrollViewContentSizeDidChange:change];
|
|
|
|
|
|
|
|
// 设置位置
|
|
// 设置位置
|
|
|
- self.mj_y = self.scrollView.mj_contentH;
|
|
|
|
|
|
|
+ self.mj_y = self.scrollView.mj_contentH + self.ignoredScrollViewContentInsetBottom;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- (void)scrollViewContentOffsetDidChange:(NSDictionary *)change
|
|
- (void)scrollViewContentOffsetDidChange:(NSDictionary *)change
|