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.
只是想知道你应该如何在 Xcode 6 中存在的自适应布局故事板的整个宽度上拉伸 iAdBannerView。
当我尝试将它拉伸到角落时(这样我就可以设置自动布局值),它确实允许它被拉伸。
您ADBannerView将知道它在哪个设备上并正确设置其尺寸。您应该让自动布局知道您希望广告在哪里。例如,如果您希望 位于ADBannerView屏幕底部,则将其固定到视图底部Bottom Space to: Bottom Layout Guide并对齐到Align Center X to: Superview。
ADBannerView
Bottom Space to: Bottom Layout Guide
Align Center X to: Superview