Fix a warning

This commit is contained in:
Looping 2014-11-02 21:31:11 +08:00
parent eb41a6f860
commit a52e32670f
1 changed files with 1 additions and 1 deletions

View File

@ -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];