Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanton/YXTPageView

A PageView, which supporting scrolling to transition between a UIView and a UITableView
https://github.com/hanton/YXTPageView

Last synced: 3 months ago
JSON representation

A PageView, which supporting scrolling to transition between a UIView and a UITableView

Awesome Lists containing this project

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:
```ruby
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](https://github.com/hanton/YXTPageView/raw/master/screenshots/YXTPageView.gif)

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])