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
Junaid Abdurahman
Courses Plus Student 108 PointsHow do add a map with points on it on it?
How do I add a map to my app of a city and then have pins on it where if the user touches it a button will appear (Like the standard iOS Maps App) and when the user touches the button it takes them to the standard iOS Maps app where it will give directions to that point from their current position? (still a beginner) language- swift
1 Answer
Greg Kaleka
39,021 PointsThis is not really a beginner task! You'll want to get to know your way around swift or objective-c through one of the iOS development tracks here on Treehouse. Once you're ready, look for some tutorials on MapKit. Here's an example to get you started (and to scare you off from trying to tackle it right away! :).
http://www.appcoda.com/ios-programming-101-drop-a-pin-on-map-with-mapkit-api/