gpt4 book ai didi

ios - CameraRoll 和 ListView 崩溃 assetsd

转载 作者:行者123 更新时间:2023-11-29 12:24:39 25 4
gpt4 key购买 nike

我试图让 CameraRoll 和 ListView 在 REACT-NATIVE 上正确运行。我使用 CameraRoll-Example 作为基础。在模拟器中,它可以处理大约 5 张图像。在我的 iPhone 5S(iOS 8.3) 上出现以下错误:

RCTJSLog> "Warning: ScrollView doesn't take rejection well - scrolls     anyway"
Connection to assetsd was interrupted or assetsd died

然后我在我的 iPhone 上尝试了 UIExplorer 示例。相同的结果。也许你们当中有人知道如何处理这个问题?

最佳答案

默认情况下,React Native 将全分辨率图像返回到图像组件。一次显示如此多的数据可能会导致应用程序崩溃。您可以通过调整库的第 48 行返回较小的版本 > RCTImage > RCTImageLoader.m

例如,要返回缩略图:

UIImage *image = [UIImage imageWithCGImage:[asset thumbnail] scale:1.0f orientation:(UIImageOrientation)orientation];

关于ios - CameraRoll 和 ListView 崩溃 assetsd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29599842/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com