-
I'd like to add full screen pop gesture with FDFullscreenPopGesture, but only the header part can support pop gesture.
-
您好:请教个问题,就是关于全屏手势返回,我这里使用的FDFullscreenPopGesture,您也写了说明,如果需要兼容需要遵从JXPagerListContainerCollectionViewGestureDelegate协议实现相关方法。但是JXPagerListContainerCollectionViewGestureDelegate协议应该是1.X版本的,我看您2.0里面,pagi…
-
**bug描述**
设置self.pagerView.mainTableView.bounces = NO以后,向下滚动卡主不动
OC还是Swift版本:OC
**复现步骤**
设置self.pagerView.mainTableView.bounces = NO,必现
**截图、GIF**
![image](https://user-images.githu…
-
设置heightForPinSectionHeaderInPagerView为0
- (NSUInteger)heightForPinSectionHeaderInPagerView:(JXPagerView *)pagerView {
return 0;
}
JXCategoryViewDelegate 代理都不回调了?
-
I'm trying to get a reference to inner view (VideoView) of a page in PagerView.
There is a fragment XML definition which contains
```
```
The ViewModel class contains
```
val items…
-
我这里的需求是根据cell 的高度来计算item 的高度,但是第一如何获取到pageView ?后来我尝试获取到当前的控制器,然后拿到当前的pageView ,如下代码:
_pagerView.layout.itemSize = CGSizeMake(CGRectGetWidth(_pagerView.frame)*sender.value, CGRectGetHeight(_pagerVi…
-
点击按钮,切换相应的collection界面。 点击按钮时调用如下方法,调用scrollToItemAtIndex:index,偶发无效。 如果将animate 设置为NO则正常。
```
- (void)topBtnClick:(NSInteger)index{
__weak typeof (self) weakself = self;
[UIView animateWi…
-
只有一个item 时,还在循环滚动,感觉很怪异,如果只有一个item 时,能设置成不滚动吗
-
我想默认TYCyclePagerTransformLayoutLinear类型
我在初始化的的时候 _pagerView.layout.layoutType = TYCyclePagerTransformLayoutLinear; 并不管用啊
能告诉怎么默认TYCyclePagerTransformLayoutLinear类型么
-
因为触发了willDisplayCell,从而触发listDidAppear,导致currentIndex不对