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
You can use this category through one line code.
_scrollView.secondScrollView = detailVC.scrollView;
Yes, that' all!
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
JYPaging is released under the MIT license. See LICENSE for details.