Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hanton/YXTPageView
- Owner: hanton
- License: mit
- Created: 2015-06-18T11:48:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T09:26:59.000Z (over 7 years ago)
- Last Synced: 2024-08-04T16:29:28.046Z (3 months ago)
- Language: Objective-C
- Homepage: https://github.com/hanton/YXTPageView
- Size: 4.93 MB
- Stars: 69
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - YXTPageView - A PageView, which supporting scrolling to transition between a UIView and a UITableView. (UI / Table View / Collection View)
- awesome-ios-star - YXTPageView - A PageView, which supporting scrolling to transition between a UIView and a UITableView. (UI / Table View / Collection View)
README
# YXTPageView
##A Page View, which support scrolling to transition between a UIView and a UITableViewUIView (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+
* ARCContributing
----------
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])