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
Boris Likhobabin
3,581 PointsFun Fact App Upgrade
For the Fun Fact app I want a user to be able to input their own facts (so it is added to the facts array) and those added facts to be saved so when another user opens an app later on it will have all the facts including added ones!
1 Answer
Nils Garland
18,416 PointsHmm, this is a task that might need to wait. You haven't come far enough to take user input and manipulate it and neither have I. Wait until you gain some more knowledge with swift until trying to reach your goal! Keep going at it and I know you'll be able to make it. If you are super curious then a google search will probably return some answers for you but i suggest you wait with this one. Sorry to let you down :( :D
Boris Likhobabin
3,581 PointsBoris Likhobabin
3,581 PointsThat's what I thought =) I can conceptually see how I can get an input, but the part about retaining the added facts freaks me out. Because it means that users are actually changing the app themselves...