ios - Weird overflow on UITableView with an iAd banner -
i added iad banner banner view (which table view). but, unfortunately, there weird blank space @ end of table view when banner loads (everything until banner loaded , displayed).
here's capture showing blank space :
to displays banner, added self.candisplaybannerads = true
in viewdidload() method
any ideas on how fix ?
since gap appears same size ad banner, (without seeing code) guess tableview's constraint not set properly. can check bottom constraint set to?
if ad banner hidden behind tabbar control , slides up, can set bottom constraint of tableview top of ad banner value of 0. way tableview resize ad banner slides up.
without knowing setup can't sure, reply layout constraints , can tackle :)
Comments
Post a Comment