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 Self-Destructing Message iPhone App Retrieving and Viewing Data from Parse.com Viewing Images Using UIImageView

Instagram app

I am making an instagram replica app. I amusing this tutorial to guide me through it.

https://github.com/manWithN0Nam3/Instagram/tree/alex

I have set up a login/sign up. Also when user takes pic it goes to parse and it is successfully queried. I query it to profileVewController. It populates the collection view cells. The problem is ALL the photos I ever took go to the collection view cell. I just want the photos the current user took to populate the cells on profile view controller. PLEASE HELP?!!

1 Answer

Alex, here is a full template for the social network application: Click Here.