From cc41db60e7f9e881fc42136ba300991a0654402f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E7=85=8C=E6=96=8C?= Date: Thu, 14 May 2020 10:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=AE=E5=8A=A8=E5=92=8C?= =?UTF-8?q?=E5=90=B8=E9=A1=B6=E9=9A=8F=E5=B1=8F=E5=B9=95=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=E8=B7=B3=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tangram/Core/TangramView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Tangram/Core/TangramView.m b/Tangram/Core/TangramView.m index 1b0a740..e40fc63 100644 --- a/Tangram/Core/TangramView.m +++ b/Tangram/Core/TangramView.m @@ -738,6 +738,7 @@ - (void)resetLayoutEnterTimes - (void)setContentOffset:(CGPoint)contentOffset { + [super setContentOffset: contentOffset]; NSUInteger min = [self layoutIndexByHeight:self.contentOffset.y]; NSUInteger max = [self layoutIndexByHeight:self.contentOffset.y + self.vv_height]; [self.visibleLayoutIdentifierSet removeAllObjects];