Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Problem with NavigationView and WebView

Hi, I'm new in iOS and I do the Blog App but when I show the Web View it have this white space, any idea? Imgur

Also in this same view the UIWebView don't show all news blogs alright, some shows like this... Imgur

And also I upload to GitHub

Thanks by the way.

2 Answers

On your main story board you've dragged the UIWebView so it comes below the title "Blog" you need to drag it back up to the top of the screen.

This is what you have currently - https://www.dropbox.com/s/ih6jyolum36bdwn/before.png

This is where it needs to be - https://www.dropbox.com/s/yqlpyglwwh40mbk/after.png

Ops I feel like an idiot... Thank you very much!