Skip to content

ZYInfiniteLoopView Language: Objective-C. 一款好用的轮播图组件, 使用UICollectionView封装, 支持加载网络、本地图像, 还有标题功能, 并支持Delegate/Block两种方式回调点击事件, 高定制的性质决定了可以满足众多的需求.

License

Notifications You must be signed in to change notification settings

Zy-developer/ZYInfiniteLoopView

Repository files navigation

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.

About

ZYInfiniteLoopView Language: Objective-C. 一款好用的轮播图组件, 使用UICollectionView封装, 支持加载网络、本地图像, 还有标题功能, 并支持Delegate/Block两种方式回调点击事件, 高定制的性质决定了可以满足众多的需求.

Resources

License

Stars

Watchers

Forks

Packages

No packages published