machinecc / MXImagesInfiniteScrollView

An iOS Swift implementation of infinite scrolling view of a group of images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MXImagesInfiniteScrollView

Platform iOS Language Swift License MIT Build Passing

Introduction

MXImagesInfiniteScrollView is a lightweight iOS Swift implementation of infinite scrolling view of a group of images.

Demo.gif

Example Usage

Please download source file MXImagesInfiniteScrollView.swift as well as all source files in folder KFSwiftImageLoader, and then add them to your project.

A small demo of how to use this class is also provided.

Special Thanks

UIImage extension in MXImagesInfiniteScrollView is from KFSwiftImageLoader, a powerful and elegant async web image loader with memory and disk caching.

Contact Information

If you have any suggestion, please kindly contact me.

License

MXImagesInfiniteScrollView is under MIT License.

Copyright (c) 2015 Xin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An iOS Swift implementation of infinite scrolling view of a group of images

License:MIT License


Languages

Language:Swift 100.0%