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

iOS Build a Photo Browser iPhone App Downloading Data with NSURLSession NSURLSession Basics

Cells not lining up properly

I'm making a photo sharing app like instagram, and I'm following this tutorial to do the collection view, I didn't add anything to the app delegate, because I need the home page to be the root view controller, any suggestions on why the tiles do not line up properly? alt text

Stone Preston
Stone Preston
42,016 Points

you will need to post your image to an image host like imgur and use that in your markdown tag. it wont work if you use a path from your local computer, which is why your image is not showing up

2 Answers

Stone Preston
Stone Preston
42,016 Points

are you using a storyboard/xib? try moving the frame of the collection view down a bit so that its under the navigation bar

What about showing the pictures you post in a collection view, by the way I am using parse as a backend, so would I use a PFQuery to do this?

By the way I really appreciate all the help, means a lot to me as I am a new iOS developer!