YNPageViewController icon indicating copy to clipboard operation
YNPageViewController copied to clipboard

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

Results 27 YNPageViewController issues
Sort by recently updated
recently updated
newest added
trafficstars

setupHeaderBgView headerBgView每次会alloc下 建议改成懒加载 - (YNPageHeaderScrollView *)headerBgView{ if (!_headerBgView) { _headerBgView = [[YNPageHeaderScrollView alloc]init]; } return _headerBgView; [}[](url)]()

demo中悬浮样式-下拉刷新在顶部(row2),下拉刷新动画还未消失时,左右滑动切换tab,下拉刷新样式有问题,麻烦大神看下吧,谢谢~

这个组件不支持横屏么?

请问一个页面有两个tableview该如何处理? 左右排列 各占屏幕一半 用一个scrollview 承载两个tableview 好像不可以

YNSuspendTopBaseTableViewVC *vc_1 = [[YNSuspendTopBaseTableViewVC alloc] init]; vc_1.cellTitle = @"鞋子"; 请问如何将"鞋子"更换成当前页面的属性.之前是self来调用,现在无法使用了呀!

Crashed Thread: 0 5CrashDoctor Diagnosis: Application threw exception NSRangeException: *** -[__NSArrayM objectAtIndexedSubscript:]: index 1 beyond bounds [0 .. 0] 6Thread 0 Crashed: 70 CoreFoundation 0x000000019ad81e88 __exceptionPreprocess + [ : 164]...