Issue Description
When using the TOP_CENTER position on a banner in iOS, with a margin say 120 (120px) this pushes the banner out of view. I realized that instead of using margin-top for TOP_CENTER it uses margin-bottom which according to the documentation is meant for BOTTOM_CENTER.
Way around this
I have realized that entering -ve values give the desired positioning, say -120 (-120px)
Issue Description When using the TOP_CENTER position on a banner in iOS, with a margin say 120 (120px) this pushes the banner out of view. I realized that instead of using
margin-top
for TOP_CENTER it usesmargin-bottom
which according to the documentation is meant for BOTTOM_CENTER.Way around this I have realized that entering -ve values give the desired positioning, say -120 (-120px)