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

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

这就是我正在做的:

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

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

【问题讨论】:

    标签: swift parse-platform pfimageview


    【解决方案1】:

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

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

    【讨论】:

    • 似乎是我的 tableView 的东西。甚至无法使用 UIImageView 获取图像
    猜你喜欢
    • 1970-01-01
    • 2017-01-18
    • 2017-02-17
    • 1970-01-01
    • 1970-01-01
    • 2018-10-24
    • 1970-01-01
    • 2016-06-14
    • 2014-10-20
    相关资源
    最近更新 更多