iOS10 中的 PFImageView loadInBackground() 问题

Posted

技术标签:

【中文标题】iOS10 中的 PFImageView loadInBackground() 问题【英文标题】:PFImageView loadInBackground() issue in iOS10 【发布时间】:2016-09-21 15:01:09 【问题描述】:

我正在尝试在 ios10 中使用 PFImageView.loadInBackground() 。 到目前为止,我的代码已经在 iOS9 等系统中运行。

这就是我正在做的:

获取图像数据 将数据分配给 PFImageView.file 通过 PFImageView.file.loadInBackground() 加载文件

找到了 ImageData,但图像不会显示。 有什么想法吗?

【问题讨论】:

【参考方案1】:

当 PFFile 的文件名包含空格时,我遇到了 PFImageView 的问题。

您是否尝试在模拟器中运行您收到什么错误?

【讨论】:

似乎是我的 tableView 的东西。甚至无法使用 UIImageView 获取图像

以上是关于iOS10 中的 PFImageView loadInBackground() 问题的主要内容,如果未能解决你的问题,请参考以下文章

Interface Builder 文件中的未知类 PFImageView

使用可可豆荚的 Parse 1.7.1 中缺少 PFImageView

解析错误:Interface Builder 文件中的未知类 PFImageView

TableView Cell 中的 PFImageView 加载错误的图像

如何在 Swift 中使用 PFImageView?

自定义 UITableViewCell 中的 PFImageView 使用 contentMode“AspectFill”显示不正确