ZYInfiniteLoopView 1.0.4

ZYInfiniteLoopView 1.0.4

Maintained by zengyuios.



  • By
  • Zy

ZYInfiniteLoopView

Version License Platform Languages

💖 Table of contents

Installation with CocoaPods

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 build ZYInfiniteLoopView 1.0.4+.

📃 Podfile

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

⚠️ Requirements

  • Xcode: Version 8.0+.
  • Language: Objective-C.
  • Requires a minimum of iOS 8.0+.

Use

    用法与YYInfiniteLoopView一致,如果没用过YYInfiniteLoopView可下载Demo查看。

📚 UPDATE

    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判断加载本地图像。

👑 Author

👱 Zy, Blogs: .故事.

🔑 License

ZYInfiniteLoopView is available under the MIT license. See the LICENSE file for more info.