UIView のサブクラスである BannerAdView というクラスがあります。
Interface Builder で設定した UIView オブジェクトがあります。Identity Inspector を使用して、BannerAdView をカスタム クラスとして設定しました。
BannerAdView は、Identity Inspector で設定された UIView のサイズをどのように検出できますか?
self.frame.size.height と self.frame.size.width はどちらも 0.000000 を返します