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 trialJonah Kesoyan
2,055 PointsCells 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?
Jonah Kesoyan
2,055 Points2 Answers
Stone Preston
42,016 Pointsare you using a storyboard/xib? try moving the frame of the collection view down a bit so that its under the navigation bar
Jonah Kesoyan
2,055 PointsWhat 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?
Jonah Kesoyan
2,055 PointsBy the way I really appreciate all the help, means a lot to me as I am a new iOS developer!
Stone Preston
42,016 PointsStone Preston
42,016 Pointsyou 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