仿淘宝商品详情页上拉翻页效果:JYPaging
jopen
9年前
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
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