ZeroYoung1104

Results 4 issues of ZeroYoung1104

无法指定对应的区域 多次旋转

**Feature描述** 请简单描述你想要的效果:? 默认导航栏是透明效果 刚开始设置pinSectionHeaderVerticalOffset =导航的像素点 页面滑动页面 显示导航栏 JXCategoryTitleView悬停在导航底部 点击JXCategoryTitleView的菜单选项 进行网络请求 之后刷新 [_pagingView reloadData]; 页面会执行滚动初始化位置 我想保留在滚动之后的位置 应该怎么处理 ?(我目前pinSectionHeaderVerticalOffset =0 发现执行[_pagingView reloadData] 可以保留当前位置 但是JXCategoryTitleView会被导航盖住 )

该监听播放时间回调,打印出的current播放时间和duration时间短 是怎么回事 _player.playbackObserver.currentTimeDidChangeExeBlock = ^(__kindof SJBaseVideoPlayer * _Nonnull player) { NSInteger ct = (NSInteger)player.currentTime%60; NSInteger at = (NSInteger)player.duration%60; NSLog(@"%ld---%ld",ct,at); [weakself.progressView setCurretnTime:ct duration:at]; };

bug

如果minimumDate 设置为当前时间 布局会出现问题 总共5行 会直接从第三行展示 上面两行空白