当我执行此代码时,FbMediaView就像在主线程上加载广告视频,但在显示图像时它并没有冻结.我不明白为什么?
let nativeAd = self.adsManager.nextNativeAd()
let cell : AdHomeCell? = self.collectionView!.dequeueReusableCellWithReuseIdentifier("AdHomeCell", forIndexPath: indexPath) as? AdHomeCell
cell?.createForAd(nativeAd)
nativeAd?.registerViewForInteraction(cell!, withViewController: self)
return cell
Run Code Online (Sandbox Code Playgroud)
我有最新的Facebook SDK(4.8.0)