Popularity
2.0
Stable
Activity
0.0
Stable
68
5
9

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: UI     Table View    
Latest version: v0.2.0

YXTPageView alternatives and similar libraries

Based on the "Table View" category.
Alternatively, view YXTPageView alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of YXTPageView or a related project?

Add another 'Table View' Library

README

YXTPageView

A Page View, which support scrolling to transition between a UIView and a UITableView

UIView (at the top)

UITableView (at the bottom)

Installation

CocoaPods

  • Add the dependency to your Podfile:

    platform :ios
    pod 'YXTPageView'
    ...
    
  • Run pod install to install the dependencies.

Source files

Just clone this repository or download it in zip-file. Then you will find source files under YXTPageView directory. Copy them to your project.

Usage

See the demo project.

Screenshot

screenshot

Requirements

  • iOS 7.0+
  • ARC

Contributing

Anyone who would like to contribute to the project is more than welcome.

  • Fork this repo
  • Make your changes
  • Submit pull request

License

YXTMotionView is released under the MIT license.

Contact

Hanton Yang ([email protected])


*Note that all licence references and agreements mentioned in the YXTPageView README section above are relevant to that project's source code only.