本文介绍了iAd`UIViewController`类`canDisplayBannerAds`有什么作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在iOS7中,iAds框架包含类别 - [UIViewController canDisplayBannerAds]
。
In iOS7, the iAds framework includes the category -[UIViewController canDisplayBannerAds]
.
此类别是什么我应该如何使用它?
What does this category do and how should I use it?
推荐答案
的标题canDisplayBannerAds
州:
不清楚的是
更新:除非您想要浏览视图层次结构以查找自动广告插入 ADBannerView
将视图控制器设置为委托,您还可以剪切 ADBannerViewDelegate
协议方法。
Update: Unless you want to walk through the view hierarchy looking for the automatically inserted ADBannerView
to set your view controller as a delegate, you can also cut the ADBannerViewDelegate
protocol methods.
这篇关于iAd`UIViewController`类`canDisplayBannerAds`有什么作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!