YNPageViewController icon indicating copy to clipboard operation
YNPageViewController copied to clipboard

特斯拉组件、QQ联系人布局、多页面嵌套滚动、悬停效果、美团、淘宝、京东、微博、腾讯新闻、网易新闻、今日头条等标题滚动视图

Results 26 YNPageViewController issues
Sort by recently updated
recently updated
newest added

[self.pageScrollView scrollRectToVisible:frame animated:self.config.pageAnimatable]; 相应的要区分是人为点击进行的切换还是滑动页面进行的切换,不然标题栏进度条动画会异常

I have fixed massive warnings and typos in code, might have some API name changes like `wordowrdWord` to `wordWordWord`. I think Xcode can handle these kind of minor changes very...

在iOS11.4或其他iOS11版本,会出现偏移,看图层是YnScrollView 偏移了YNPageController。iOS12,13未发现问题 [TestYNPageController.zip](https://github.com/yongyuandouneng/YNPageViewController/files/3777047/TestYNPageController.zip)

左右滑动时,fromIndex和toIndex有严重错误

在 SuspendCenterPageVC里 sectionheader会停留在原来的位置

viewDidAppear的生命周期函数调用时机不对,viewDidDisappear是对的。 viewDidAppear调用时机应该是子控制器的View完全展示的时候

首页感谢分享,我想在scrollMenuView下面新增一个自定义视图,类似销量价格排序条件这种视图怎么处理啊,在scrollMenuView可以放到headerView里,下面的不知道怎么处理了。 另外还有一个问题希望优化下:打开页面titleArr为空,会闪退,一般需求都是默认为空然后请求item再刷新,我现在处理是先写上一个假数据,请求后再移除,感觉挺麻烦的