当我点击UITableViewCell
时,它会被选中,但不会打开浏览器。
cell = UITableViewCell(frame: CGRect(x: 0, y: 0, width: self.tableView.bounds.width, height: 90))
let nativeExpressAdView = GADNativeExpressAdView(frame: CGRect(x: 0, y: 0, width: self.tableView.bounds.width, height: 90))
nativeExpressAdView.adUnitID = "adunitid"
nativeExpressAdView.rootViewController = self
let request = GADRequest()
//request.testDevices = [kGADSimulatorID]
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), {
nativeExpressAdView.loadRequest(request)
})
cell.selectionStyle = .None
cell.backgroundView = nativeExpressAdView
当我点击GADNativeExpressAdView时,它不会转换为app store