Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 935 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 935 Bytes

JYPaging

Imitation TaoBao details page flip effect 仿淘宝商品详情页上拉翻页效果

JYPaging is a simple tool for iOS.It's a category for UIScrollView. It use MJRefresh which a powerfor refresh control. You can get the code from https://github.com/CoderMJLee/MJRefresh

ScreenShot1

ScreenShot2

How To Get Started

You can use this category through one line code.

_scrollView.secondScrollView = detailVC.scrollView;

Yes, that' all!

Communication

If you found a bug, and can provide steps to reliably reproduce it, open an issue. If you have a feature request, open an issue. If you want to contribute, submit a pull request

License

JYPaging is released under the MIT license. See LICENSE for details.