Autolayout and subviews

前端 未结 1 1938
陌清茗
陌清茗 2020-12-24 06:19

I am using the iAd suite with storyboards from Apple, as per this link... Apple iAd Storyboard documentation

It all works fine until I turn autolayout on. It builds

1条回答
  •  [愿得一人]
    2020-12-24 07:21

    Add:

    [self.view layoutIfNeeded];
    

    to the end of this method

    - (void)viewDidLayoutSubviews
    

    inside your BannerViewController

    0 讨论(0)
提交回复
热议问题