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!
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

chrisverra
3,760 PointsApproach or maybe even guide to make an app like this (photo with overlay?)
Im not sure what to look for since i dont know how to call it.
I want to make an app pretty much the same as this:
Could somebody help me out on search terms or perhaps even guides
2 Answers

Michael Hulet
47,908 PointsYou should look into how to use the CoreImage framework to detect faces, then you can just overlay a UIView
at the places you want to, based on the data that CoreImage gives you

chrisverra
3,760 PointsThanks for the advice, I will look into it. Any other tips or guides are very welcome :)