ASOXScrollTableViewCell
is an easy-to-setup library for implementing Horizontal Scroll Table View Cell.
To run the example project, clone the repo, and run pod install
from the Example directory first. Then launch it from Example.xcworkspace
.
- iOS SDK 7.1 or later
- Xcode 6.0.1 or later
ASOXScrollTableViewCell
is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ASOXScrollTableViewCell'
Or Add File
in the Pod/Classes/
directory from this repo into your project.
The easiest way to learn how to use ASOXScrollTableViewCell
is by going through the example apps in Example.xcworkspace
and follow its README for the Quick Start Guide.
- Example Project - XScroll shows how to implement ASOXScrollTableViewCell.
If you need help using ASOXScrollTableViewCell
, please post a question on StackOverflow with the "ASOXScrollTableViewCell" tag.
If you think you found a problem with ASOXScrollTableViewCell
, please post an issue. A sample project or fork of any of the examples demonstrating the problem will be helpful.
Agus Soedibjo, contact@soedibjo.com
ASOXScrollTableViewCell is available under the MIT license. See the LICENSE file for more info.