-
**bug描述**
用一个禁止滑动的collectionView做pagerView的header,并添加顶部下拉刷新,设置self.pagerView.mainTableView.mj_insetT = 50;pagerView的maintableView不会默认显示出mj的头部,可通过手动下拉50显露出mj的头部,并且配合pinSectionHeaderVerticalOffset使用时ca…
luo-h updated
3 months ago
-
## Description
I just noticed that in the latest version, the typescript of this package is not working as expected.
## Reproducible Demo
1. Create a ref:
```tsx
const ref = useRef(null);
…
-
我是这样通过设置 'contentOffset' 的,但之后就白屏了
`Self.pagerView.listContainerView contentScrollView] setContentOffset:offset animated:true`
-
代码如下:
self.pagerView.pinSectionHeaderVerticalOffset = 10;
dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW,5 * NSEC_PER_SEC);
dispatch_after(popTime, dispatch_get_main_queue(), ^{
…
-
建议把UIScroller 的代理方法全部暴露处理,方便开发者业务处理
-
-
### Minimal reproducible example
https://github.com/henrymoulton/expo-image-pagerview-bug
### Summary
When using Expo Image and PagerView together it waits for the image to load/render despite Page…
-
- [y ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues)
- [y ] I am using the [latest scrollable tab view version](https://www.npmjs.com/…
-
# Feature Request
## Why it is needed
Performance way to load a LOT of pages dynamically to create a truly dynamic swiper.
## Possible implementation / Code sample
Right now I can do somet…
-
**bug提交前阅读**
1.请先仔细阅读文档,尤其是【其他注意事项】文档,里面有常见问题的解决方案;
2.请先搜索已有的Issues,尝试找到相同问题的讨论;
3.请先阅读相关类的API、源码,尝试从源码找到答案;
4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE;
**bug描述**
请简单描述你的bug现象。
**版本号**
1.JXPagingView版本号:…