We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5ee4f commit 8cd398fCopy full SHA for 8cd398f
TXScrollLabelView/TXScrollLabelView.m
@@ -643,7 +643,7 @@ - (void)updateScrollingType_LeftRight {
643
- (void)updateScrollingType_UpDown {
644
if (self.contentOffset.y >= (self.upLabel.tx_height + self.scrollSpace)) {
645
/** 更新 Label.text */
646
- if ((self.contentOffset.y > (self.upLabel.tx_height)) &&
+ if ((self.contentOffset.y >= (self.upLabel.tx_height)) &&
647
self.isArray) {
648
[self updateTextForScrollViewWithSEL:@selector(updateUpDownScrollLabelLayoutWithText:labelType:)];
649
}
0 commit comments