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

Diary App Entries

I was wondering if their is a certain way to make all diary entries public.. Meaning that if there are multiple users you can see entries from all the users.. instead of just seeing multiple entries from just one user. Ash Furrow

1 Answer

I'm not an expert on iOS development yet but I'm pretty sure that it would be possible to make all diary entries public. Although the diary app would have to implement some of the features from the photo browser and self-destructing apps, something like OAuth and/or Parse to retrieve/store user data.