Fix a warning
This commit is contained in:
parent
eb41a6f860
commit
a52e32670f
|
|
@ -377,7 +377,7 @@
|
|||
[self bringSubviewToFront:_indicatorIndexLabel];
|
||||
|
||||
[_indicatorIndexLabel setCenter:[self _dotAtIndex:toPage].center];
|
||||
[_indicatorIndexLabel setText:[NSString stringWithFormat:@"%d", toPage + 1]];
|
||||
[_indicatorIndexLabel setText:[NSString stringWithFormat:@"%@", @(toPage + 1)]];
|
||||
|
||||
[_indicatorIndexLabel setAlpha:.3f];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue