##A Page View, which support scrolling to transition between a UIView and a UITableView
UIView (at the top)
UITableView (at the bottom)
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.
See the demo project.
- iOS 7.0+
- ARC
Anyone who would like to contribute to the project is more than welcome.
- Fork this repo
- Make your changes
- Submit pull request
YXTMotionView is released under the MIT license.
Hanton Yang ([email protected])