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

how to use UIImageWriteToSavedPhotosAlbum ?

currently, I'm creating a wallpaper app for ios, I did well in creating the UIimageview but when it came to user save image button I got stuck, I have solved the permissions but how to make the button allows the user to save the image viewed that's what I'm stuck at.i have mentioned the in the swift code that there is a button for saving, but I don't really know to make this button when pressed by user allow him to say any image from the image array to be saved in his gallery ...