From be405768fe7947a156bd598ebfc7cad1d8b9c9df Mon Sep 17 00:00:00 2001 From: tanyang Date: Thu, 24 Feb 2022 16:23:01 +0800 Subject: [PATCH 1/2] fixed some Change-Id: I2e32e06f63af5abd6c57c57f7cab41a95679ba53 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f0b5625..82960bb 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # TYCyclePagerView + a simple and usefull cycle pager view ,and auto scroll banner view ,include pageControl for iOS,support Objective-C and swift.this has been used in APP. ## CocoaPods + ``` pod 'TYCyclePagerView' ``` + ## Requirements * Xcode 8 or higher * iOS 7.0 or higher @@ -13,10 +16,12 @@ pod 'TYCyclePagerView' ### ScreenShot + ![image](https://github.com/12207480/TYCyclePagerView/blob/master/ScreenShot/TYCyclePagerView.gif) ## API + * DataSource and Delegate ```objc From db85e122a7f76979b3e9cafb5c684ebf2df658b4 Mon Sep 17 00:00:00 2001 From: tanyang Date: Thu, 24 Feb 2022 16:54:56 +0800 Subject: [PATCH 2/2] fixed some Change-Id: I9bb02ef3816afc6b3ea596a6f2d5477c2ed7846a --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82960bb..b38f5a1 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ a simple and usefull cycle pager view ,and auto scroll banner view ,include pageControl for iOS,support Objective-C and swift.this has been used in APP. + ## CocoaPods ``` @@ -9,6 +10,7 @@ pod 'TYCyclePagerView' ``` + ## Requirements * Xcode 8 or higher * iOS 7.0 or higher @@ -16,12 +18,10 @@ pod 'TYCyclePagerView' ### ScreenShot - ![image](https://github.com/12207480/TYCyclePagerView/blob/master/ScreenShot/TYCyclePagerView.gif) ## API - * DataSource and Delegate ```objc