Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个想用 iAD 运行的应用程序。遗憾的是,界面构建器格式中没有视图控制器,所以我必须以编程方式进行。您可以通过视图控制器中的代码来引用插座吗?
非常感谢您,一切都非常感谢!
您不必使用 IB 来使用 iAD。在您的 .h 中声明一个 UIView,例如 @property (nonatomic, strong) UIView *adView
以 .m 合成
然后当您收到广告时,将其添加到 self.adView