Mamakou

Results 7 issues of Mamakou

1、现实转场动画 会无法释放 browser.transitionAnimator = JXPhotoBrowserZoomAnimator(previousView: { index -> UIView? in let photoCell = cell as? DDOBDOperationPhotoCell return photoCell?.photoView }) 2、设置个数的时候会导致 无法释放 browser.numberOfItems = { self.dataSource.count } 改成这样: let count =...

**问:你希望加什么新功能?** 答: **问:微信、QQ等大APP的选择器,是否有这个功能?** 答: **问:这个功能是否适合所有人?如不是,是否要加个属性开关?** 答: **其它你希望补充的内容**

这个问题很奇怪,我用线连接调试的生活,JXCategoryListContainerView 设置 scrollView.scrollEnabled = NO,是能生效的。但是只要脱离调试后,就不生效了。 ![image](https://github.com/user-attachments/assets/a97d8e75-ffd8-412e-aeeb-2b3a43209298)。有谁遇到这个问题了吗?

我有两台手机测试,一台是iPhone8plus 16.7.1系统运行正常,另外一台iPhone13 17.6.1的系统,只要 通过co_launch 执行 后立马闪退。位置定位到cocore目录中 cofishook文件中co_perform_rebinding_with_section方法中的indirect_symbol_bindings[i] = cur->rebindings[j].replacement; 这一段。 ![image](https://github.com/user-attachments/assets/2e2520b1-7ad9-4e26-9c85-1cefefa1f475) 不知道怎么解决了。。

情况是这样的: ``` let view = FSCalendar() view.scrollDirection = .vertical view.locale = Locale(identifier: "zh-CN") view.placeholderType = .none view.delegate = self view.dataSource = self view.weekdayHeight = 0 view.headerHeight = ceil(kAutoWidthFit(30)) view.allowsMultipleSelection =...

iPhone15 17.0.3系统机型在调用takePicture 后 一直没有回调,目前只是在线上有收到反馈,但是根据用户描述应该是这种情况。因为画面可以正常展示