Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Layout in Swift implementation #27

Open
batgun opened this issue Aug 9, 2015 · 1 comment
Open

Problem with Layout in Swift implementation #27

batgun opened this issue Aug 9, 2015 · 1 comment

Comments

@batgun
Copy link

batgun commented Aug 9, 2015

I am trying to implement in a Swift project.
Currently I have problem with it.

  1. When I try to show ads from bottom, it does not show.
    2)When I Set it to top, it shows but just overlay my current layout.

Do you have any idea?

@gravelygorgeous
Copy link

I just resolved this issue for my app. What seems to be needed is a Navigation Controller rather than just a View Controller. I will try to be as clear as possible, but I went through so many changes trying to do this that I may forget a step.

First, in your Storyboard, select the View Controller and embed your View Controller in a Navigation Controller by going to Editor>Embed In>Navigation Controller. If you have a Navigation Bar already, move the contents to the Navigation Element that appears in your sidebar. I think that is all I did to get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants