objective-cadmobgoogleads-mobile-unity

Is Possible to add in between UITableView sections in google Admob in objective c?


I have 10 sections in UITableview.

I want to add AdMob in between UITableview Sections.

Is it possible means any code reference?


Solution

  • if(documentArray.count>0)
        {
            NSInteger row = indexPath.row;
            if (row==3) {
    
    }
    else
    {
    }