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 横幅添加到我的通用应用程序中。但是如果我想在 iPad 上调整 iAd 横幅的大小,使其与 iPad 纵向模式的宽度一样大,它可以工作,但在横向模式下,它仍然与纵向模式的宽度一样大。但我希望横幅在横向模式下与 iPad横向模式一样大。那可能吗?我希望你能理解我。
最好的问候和感谢
我想通了!首先,我将视图布局设置为横向模式。然后我将 iAd 横幅的宽度更改为横向模式的宽度。之后,我提升了 iAd 横幅的两个用户约束:Leading Space to Superview Trailing Space to Superview
就是这样。在 iPhone 模拟器上测试应用程序。