CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like ZYInfiniteLoopView
in your projects. You can install it with the following command:
$ sudo gem install cocoapods
CocoaPods 1.2.0+
is required to buildZYInfiniteLoopView 1.0.4+
.
To integrate ZYInfiniteLoopView
into your Xcode
project using CocoaPods
, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod 'ZYInfiniteLoopView', '~> 1.0.4'
end
Then, run the following command:
$ pod install
- Xcode:
Version 8.0+
. - Language:
Objective-C
. - Requires a minimum of iOS 8.0+.
用法与YYInfiniteLoopView一致,如果没用过YYInfiniteLoopView可下载Demo查看。
2018-08-17 1.0.4
修改内部滚动机制.
2018-08-17 1.0.3
修复偶现的图像消失的BUG。
2018-06-11 1.0.2
消除警告。
2018-05-17 1.0.1
修复只有一张图像自动滚动时的BUG。
2018-03-06 1.0.0
增加根据URL判断加载本地图像。
👱 Zy, Blogs: .故事.
ZYInfiniteLoopView
is available under the MIT
license. See the LICENSE file for more info.