ios - Everything goes up when adding iAd banner [SWIFT] -
all labels, textfields , etc... go when add iad banner(at bottom of screen). or can add somehow without moving stuff?
sounds you're implementing adbannerview using self.candisplaybannerads = true. implementing adbannerview in manner resize uiview fit adbannerview on bottom of devices screen.
if you'd avoid can implement adbannerview programmatically or through interface builder. check answer here programmatic example started. don't forget remove self.candisplaybannerads = true when implementing own adbannerview.
Comments
Post a Comment