Hi, im integrating in-feed ad in a tableview.I want to show the in-feed ad after every 5 cells. Im calling the ad load method in the cellForRowAtIndexPath .But im getting only a gray color in the table cell.
Im getting the icon,text and description loading correctly on the tableview.But im getting only a gray color in for the main ad-content which im setting on the UIView navtive variable. Where im making mistake.Please help me.
Hi, im integrating in-feed ad in a tableview.I want to show the in-feed ad after every 5 cells. Im calling the ad load method in the cellForRowAtIndexPath .But im getting only a gray color in the table cell.
This is my ad-loading function
Im using the delegate method as below
I'm also recycling the primary view on didEndDisplayingCell like below
Im getting the icon,text and description loading correctly on the tableview.But im getting only a gray color in for the main ad-content which im setting on the UIView navtive variable. Where im making mistake.Please help me.