Will my app get rejected if I place an iAd in a UITableView headerView?

后端 未结 2 941
栀梦
栀梦 2021-01-06 17:13

I am displaying iAd\'s in the headerView of a UITableView. When the user scrolls the iAd disappears because the headerView is no longer visible. I am not sure if this will p

2条回答
  •  难免孤独
    2021-01-06 17:31

    As long as its in the self.tableView.tableHeaderView and not in a section header it will be fine. I have an accepted app that does it: http://itunes.apple.com/us/app/core-location-info/id383670716?mt=8

提交回复
热议问题