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

Approach 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:

http://msqrd.me/

Could somebody help me out on search terms or perhaps even guides

2 Answers

Michael Hulet
Michael Hulet
47,912 Points

You 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

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