iOS 5 Development - 22 - Map View (Disclosure Button)
Loading...
728
views
Loading...
Uploader Comments (ProgrammingTutor0)
see all
All Comments (11)
-
Excellent video, I'm doing my first steps on iOS development and your videos are a great source of knowledge!, by the way you can use the Pastie service to paste the code in the videos, it supports the Objective-c syntax as well, check it out in pastie.org
-
Thanks a lot! Is there anyway to annotate an entire address?
Example: - You have MY HOUSE and address underneath it.
My House
Address line 1
Address line 2
Address line 3
Address line 4
Phone number
Thanks again
-
@KarlssonDeLaRosa Great to heart that :D!
-
@ProgrammingTutor0 Thanks a lot Dani! It solved my problem. Yes, I'm from Sweden! :-)
Loading...
@shuriquen thank you so much for this helpful advice !! ًI'll consider it for my new tutorials..
ProgrammingTutor0 1 month ago
Why did you have to add MKMapViewDelegate to the interface and then add it to the main view control?
iamthejuggler 1 month ago in playlist iOS 5 Development
@iamthejuggler delegate is used to be able to implement the method for when the disclosure button is pressed "the method that contains callout.."
ProgrammingTutor0 1 month ago
Great Video, one question though.
Is there anyway to display the entire an address without reducing the size of the map?
Thanks..keep up the good work
ThePitifulmaestro 1 month ago in playlist Uploaded videos
@ThePitifulmaestro , your question is not clear enough, but do u mean displaying the pin on the whole WORLD MAP without zooming in to a specific place?
example: I have the world map in front of me, then a pin drops on a certain location?
Here's the solution:
Go google maps and copy my previous video steps but this time to get Center & Span of the world map.. modify them in your code.. and there you go!
ProgrammingTutor0 1 month ago