qingshanbugai
Results
4
comments of
qingshanbugai
通过关闭动画,暂时解决了:JXCategoryBaseView:543行 [self.contentScrollView setContentOffset:CGPointMake(targetIndex*self.contentScrollView.bounds.size.width, 0) animated:self.isContentScrollViewClickTransitionAnimationEnabled]; 修改成[self.contentScrollView setContentOffset:CGPointMake(targetIndex*self.contentScrollView.bounds.size.width, 0)];
> 同问,怎么解决? 并没有解决,只是改用alertview直接弹出了
> 请问是否解决,我遇到了相同的问题,两个pagingview嵌套,偶现死循环。 请问解决了吗?我也是嵌套使用,在iOS15.4上面死循环!