WMZPageController icon indicating copy to clipboard operation
WMZPageController copied to clipboard

分页控制器,替换UIPageController方案,具备完整的生命周期,多种指示器样式,多种标题样式,可悬浮,支持ios13暗黑模式(仿优酷,爱奇艺,今日头条,简书,京东等多种标题菜单) (Pagination controller with full life cycle,...

Results 27 WMZPageController issues
Sort by recently updated
recently updated
newest added

wMenuHeadView 高度如何自适应? 例如HeadView里有个按钮,点击展开,查看所有文字

demo "实现tableviewDataSource协议写复杂UI" ——> WMZUsePageVC 可否实现上下两个tableView的cell高度自适应呢

加了头视图 有悬停 子控制器的cell滑动不到底部,cell占满全屏下上都不能滑动

需要加入 在VC中加入 [self.pageView performSelector:@selector(scrollViewDidScroll:) withObject:scrollView]; 解决问题(参考的WMZPageController) 大佬是不是我用的不对 ,你看下代码 `- (void)viewDidLoad { [super viewDidLoad]; WMZPageParam *param = PageParam() .wMenuHeadViewSet(^UIView *{ UIImageView *image = [UIImageView new]; [image sd_setImageWithURL:[NSURL URLWithString:@"https://upload-images.jianshu.io/upload_images/9163368-02e26751674a3bc6.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240"]]; image.frame = CGRectMake(0,...

当WMZPageController不满一屏时(图上黄框为WMZPageController),上面还有红框的View,此时悬浮有问题,见图上的黑色位置,悬浮多了红框VIew的高度 ![20230602175937](https://github.com/wwmz/WMZPageController/assets/12440054/031747e6-ee31-431c-9750-1c631fa6d997)

wViewControllerSet在滑动时遇到执行多次的情况,导致多次添加Controller,数据前后叠加显示

![](https://user-images.githubusercontent.com/36061601/210733128-0eb1ed64-5903-499b-9c97-113d5895a873.jpeg)

![WeChatbc6d93cfca77fc52ade035a455a5e09d](https://user-images.githubusercontent.com/30646602/205562439-f395965c-4492-4029-97e6-1ddfd3dccbcd.png) 请问这种效果怎么怎么实现呢

answered