问题描述
我的广告显示在 tableviewcell 上,但由于某种原因,我在点击广告时无法导航到应用程序网站,这是为什么? 这是我在 cellforrowat 函数中的代码:
let cell = Bundle.main.loadNibNamed("NativeAdTableViewCell",owner: self,options: nil)?.first as! NativeAdTableViewCell
cell.img.isHidden = false
cell.install.isHidden = false
cell.adSubtitle.isHidden = false
cell.adTitle.text = ad?.headline
cell.adSubtitle.text = ad?.body
cell.img.image = ad?.icon?.image
ad?.rootViewController = self
cell.selectionStyle = UITableViewCell.SelectionStyle.none
cell.vie.nativeAd = ad
return cell
nativeAd.delegate = self
ad = nativeAd
tableVie.reloadData()
这是我在 tableviewcell 类中的代码:
install.isUserInteractionEnabled = false
先谢谢你!!!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)