diff --git a/TXScrollLabelView/TXScrollLabelView.m b/TXScrollLabelView/TXScrollLabelView.m index a6b08fb..d655dd5 100644 --- a/TXScrollLabelView/TXScrollLabelView.m +++ b/TXScrollLabelView/TXScrollLabelView.m @@ -643,7 +643,7 @@ - (void)updateScrollingType_LeftRight { - (void)updateScrollingType_UpDown { if (self.contentOffset.y >= (self.upLabel.tx_height + self.scrollSpace)) { /** 更新 Label.text */ - if ((self.contentOffset.y > (self.upLabel.tx_height)) && + if ((self.contentOffset.y >= (self.upLabel.tx_height)) && self.isArray) { [self updateTextForScrollViewWithSEL:@selector(updateUpDownScrollLabelLayoutWithText:labelType:)]; }