Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Oct 11, 2016
1 parent 577793d commit 29e0564
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
LCBannerViewDemo.xcworkspace/xcuserdata/Leo.xcuserdatad/UserInterfaceState.xcuserstate

LCBannerViewDemo.xcworkspace/xcuserdata/yuanjincang.xcuserdatad/UserInterfaceState.xcuserstate

.DS_Store
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -168,7 +168,16 @@ Just drag the LCBannerView folder into your project.



## Release
## ChangeLog

### V 2.1.1

* Hide pageControl support:

```objc
// Hide or show pageControl. Default is `NO`, show pageControl.
@property (nonatomic, assign) BOOL hidePageControl;
```

### V 2.1.0

Expand Down

0 comments on commit 29e0564

Please sign in to comment.