-
I am using PagerView with images showed in [ZoomableDraweeView](https://github.com/facebook/fresco/tree/master/samples/zoomable/src/main/java/com/facebook/samples/zoomable). When image not zoomed it s…
-
Hi @lazaronixon, thanks again for the great work on TabBar!
I have this issue only on Android with the following setting in `componentDidMount()`:
```javascript
Turbolinks.setTabBar({
routes: …
-
```
-(void)loadData {
NSMutableArray *datas = [NSMutableArray array];
for (int i = 0; i < 7; ++i) {
if (i == 0) {
[datas addObject:[UIColor redColor]];
c…
-
怎么将下拉刷新如MJRefresh结合到PagerView上(不是PagerViewController)?
我尝试用 scrollView作为一个父视图去承载整个PagerView,然后给scrollView加上MJRefresh,发现并不能实现
pagerView本身是否可以直接添加MJRefresh?
-
-
I tried peact-compat, but it broke the PagerView.
-
获取数据之后调用[pagerView reloadData]方法,页面显示正常,但手动滚动的话,会自动滚回来,
ios 11以下正常运行
-
When scrolling between views and release your thumb, the animation is kind of laggy. I've noticed this on a iPhone 6 and a iPad Mini 2. The 6S and the simulator don't seem laggy.
I did some research …
-
-
我用的这种方式[pagerView.layout dequeueReusableItemWithReuseIdentifier:identifier forIndex:index]
但我想每一页view对应一组数据,但是当我翻到第三页的时候 会复用第一页的数据
我的解决方式是
NSString *identifier=[NSString stringWithFormat:@"%ld",ind…