File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ - (void)_renderPages:(CGContextRef)context rect:(CGRect)rect
150150 CGImageRef maskingImage = nil ;
151151 CGSize maskSize = CGSizeZero;
152152
153- for (NSUInteger i = 0 ; i < _numberOfPages; i++) {
153+ for (NSInteger i = 0 ; i < _numberOfPages; i++) {
154154 NSNumber *indexNumber = @(i);
155155
156156 if (i == _displayedPage) {
@@ -298,7 +298,7 @@ - (void)_setImage:(UIImage *)image forPage:(NSInteger)pageIndex type:(SMPageCont
298298 }
299299}
300300
301- - (void )setImage : (UIImage *)image forPage : (NSInteger )pageIndex ;
301+ - (void )setImage : (UIImage *)image forPage : (NSInteger )pageIndex
302302{
303303 [self _setImage: image forPage: pageIndex type: SMPageControlImageTypeNormal];
304304 [self _updateMeasuredIndicatorSizes ];
You can’t perform that action at this time.
0 commit comments