Skip to content

Commit 6e2a84f

Browse files
committed
update README
1 parent cf12dd7 commit 6e2a84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ carouselView = [[PFCarouselView alloc] initWithFrame:CGRectMake(0, 100, 320, 200
2828
```
2929
//设置页数
3030
[carouselView numberOfPagesInCarouselViewUsingBlock:^NSInteger(PFCarouselView *carouselView){
31-
return viewsArray.count;
31+
return viewsArray.count;
3232
}];
3333
```
3434

3535
```
3636
//设置视图
3737
[carouselView contentViewAtIndexUsingBlock:^UIView *(PFCarouselView *carouselView, NSInteger index) {
38-
return viewsArray[index];
38+
return viewsArray[index];
3939
}];
4040
```
4141

0 commit comments

Comments
 (0)