MKMapView Change Red Pin Color

MKMapView Change Red Pin Color

MKMapView Change Pin Color

Hi, in my iphone map view application, i displayed the image on annotation instead of custom pin. But however on click it changes to red color pin. Can any one please tell me how can i show the same image ever after it's taped.

View Answers

February 12, 2011 at 12:18 PM

MKMapView changes to Red Pin on Tapping

This is a MKAnnotationView issue. Use MKAnnotationView instead of MKPinAnnotationView. And set the custom image. It will fix the problem.

or See the code below...

- (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view
{
//I think here you will be adding a annotation(my assumption)
[mapView addAnnotation:yourAnnotation];
//This will call viewForAnnotation again
}


- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation
{
//If you didnt specify the a image for the annotation the default pin image will be assigned here..
}

Whenever we click on a annotation it call the delegate. So, you need to set your image into it.









Related Tutorials/Questions & Answers:
MKMapView Change Red Pin Color
MKMapView Change Red Pin Color  MKMapView Change Pin Color Hi... of custom pin. But however on click it changes to red color pin. Can any one please...;MKMapView changes to Red Pin on Tapping This is a MKAnnotationView issue. Use
color change
color change  how to change the color in circle using scrollbar
Advertisements
change color according to the database value
change color according to the database value  any one know how to get values from database ( 1 or 0 ) and according to that change the color ( red or green) of given list
change player dress color
change player dress color  Hai friends, Can we change player dress color using J2ME. Please provide me an code for this. I can able to attain three colors only. Send the code to mail id. [email protected]_TO_REPLACE_1
how to change color of titlebar in java
how to change color of titlebar in java  pls help
To change the color of text hyperlinks midway
To change the color of text hyperlinks midway   Is there a way to change the color of text hyperlinks midway through a page? If so, what code do I use
To change the color of text hyperlinks midway
To change the color of text hyperlinks midway   Is there a way to change the color of text hyperlinks midway through a page? If so, what code do I use
To change the color of text hyperlinks midway
To change the color of text hyperlinks midway   Is there a way to change the color of text hyperlinks midway through a page? If so, what code do I use
change navbar dropdown color in bootstrap
change navbar dropdown color in bootstrap  How to change the color of navbar dropdown color in a bootstrap based menu in a website? Thanks  ... .open .dropdown-menu { background-color: #9F0000; color:#ffffff; } Above
Change background color of text box - Java Beginners
Change background color of text box  Hi how can i change the background color to red of Javascript text box when ever user enters an incorrect value while on entering a correct value its background color should change green
change one type of color in between more colors
How to change one type of color in between more colors... to change one type of color in more than one color, It is so easy to make this example.... It will cover the same color area to change another color. ADS_TO_REPLACE_2
change color of back ground using switch
change color of back ground using switch   how to change back ground color according to day using switch case
how do you change the message box to a specific color
how do you change the message box to a specific color  How do you change the message box color to a specific color? I can get the color to change with each input but i cant give it a specific color. Example I'm trying to change
Change the color of the selected tab
Change the color of the selected tab Swing provides different methods to give color effects which gives a presentable look to the components. In this section, you will learn how to change the color of the selected tab. For this, we have
to change the styleclass color of <apex:outputlabel > onclick button function in javascript
, then through javascript how can we change the color of outputlabel to red color .my { color: Black; font-size: 10px; font-family: Arial...to change the styleclass color of onclick button function in javascript 
How can I change UIButton title color?
How can I change UIButton title color?  Hi, I have a button in my iPhone/iPad application. I want to change the color of the text when user clicks..., You have to set the color of the button for a particular state say
How to change the color of a base64-encoded png image JQuery?
How to change the color of a base64-encoded png image JQuery?  I am going to change the colors of the pixels of a png image(which is in base64 format.... the original image is shown, but the color does not change. Do you know why
how to change div background color in javascript
how to change div background color in javascript  how to change div background color in javascript ?   <div id="Name">   <div class="content">      <h2>Your Name here</h2>       <p>First
JavaScript change background color automatically
JavaScript change background color automatically In this section, you will learn how to change the background color of the web page automatically. Now..., we have used using the Math.random(). The window.setTimeout() function change
Java Servlet Change Background Color
Java Servlet Change Background Color You can provide an effective way to the web page by changing the background color of the web page. In servlet, you can do this by using javascript. Here, we are going to change the background color
how to change background color in dojo tab container - Framework
how to change background color in dojo tab container  how to change background color in dojo tab container
Change Color and Font of text
Change Color and Font of text       This section illustrates you how to change color... to render text and the TextAttribute.FOREGROUND sets the color. The values
servlet backgorund color change - JSP-Servlet
servlet backgorund color change  code for servlet that changes background color in every 10 seconds.  Hi Friend, Try the following code: import java.io.*; import java.sql.*; import java.util.*; import
Here is a set of 26 different shades of one of the most favourite Red colors
favourite Red colors rangeing from light Red color to darker Red color... .menuText1 { font:10pt bold Arial, Helvetica, sans-serif; color:#FFFFFF... bold Arial, Helvetica, sans-serif; color:#000000; text-align:left; padding
How to change table row color when click on Hyper Link in jsp?
How to change table row color when click on Hyper Link in jsp?  I use... row2 row3.. when click on the link1 automatically change the the row1 color,similarly when click on the link2 automatically change the the row2
How to change color of opened Bootstrap drop down toggle?
How to change color of opened Bootstrap drop down toggle?  HI... to change the color of the same? Thanks   Hi, Following code works well... .navbar-nav .open .dropdown-menu { background-color: #9F0000; color
Change JPanel background color from mouse entered/exit event
Change JPanel background color from mouse entered/exit event  I have..."); and I got it to work that way but I couldn't get the tile JPanels to change color with setBackground(new Color());. Any suggestions would be greatly appreciated
How to change backgroundcolor and foreground color of JLabel in Java - Java Beginners
How to change backgroundcolor and foreground color of JLabel in Java  How to change backgroundcolor and foreground color of JLabel in Java  Hi Friend, Try the following code: import java.io.*; import java.awt.
mkmapview zoom to current location
mkmapview zoom to current location  How can i zoom map to the current location
UIWebView Background Color
UIWebView Background Color If you wanted to change the background color...). Where as setBackgroundColor will allow you to change the color of background area of UIWebView or UIView. This example illustrate you how to change the color
ModuleNotFoundError: No module named 'pin'
ModuleNotFoundError: No module named 'pin'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'pin' How to remove the ModuleNotFoundError: No module named 'pin' error
Change Background color using Custom Tag
Change Background color using Custom Tag In this program, We will create... according to your choice, this background color change is due to the custom tag...:hello color="RED">       <
Photoshop eye color brown to blue
;    How to change the eye color from brown to blue If you want to change the eye color but you are not able to do that then this tutorial.... Your image will be like this. Change color: Go to Image menu > Adjustment >
changing Chunk Color
change the color of chunk color .This example tell you how you can change the color of chunk and how you can add fonts and gives the size of the fonts... changing Chunk Color     
Changing the message box to a specific color
Changing the message box to a specific color  How do you change the message box color to a specific color? I can get the color to change with each input but i cant give it a specific color. Example I'm trying to change
UINavigationBar Color - iPhone example
UINavigationBar Color - iPhone example The example is discussing about how to change the color of UINavigationBar. In iPhone applications you can customize the UINavigationBar and change their color either programmatically or by Interface
UITableView Background Color
UITableView Background Color To change the background color of UITableView...]; The above line will change the default background color into gray color. You can... changing the color of all the cells or table view background. But you can also draw
ModuleNotFoundError: No module named 'pin_functions'
ModuleNotFoundError: No module named 'pin_functions'  Hi, My... 'pin_functions' How to remove the ModuleNotFoundError: No module named 'pin_functions' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'rolling-pin'
ModuleNotFoundError: No module named 'rolling-pin'  Hi, My Python... 'rolling-pin' How to remove the ModuleNotFoundError: No module named 'rolling-pin' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'ebs-pin'
ModuleNotFoundError: No module named 'ebs-pin'  Hi, My Python...-pin' How to remove the ModuleNotFoundError: No module named 'ebs-pin... to install padas library. You can install ebs-pin python with following command
ModuleNotFoundError: No module named 'flake8-exact-pin'
ModuleNotFoundError: No module named 'flake8-exact-pin'  Hi, My... named 'flake8-exact-pin' How to remove the ModuleNotFoundError: No module named 'flake8-exact-pin' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'pin-py'
ModuleNotFoundError: No module named 'pin-py'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'pin-py' How to remove the ModuleNotFoundError: No module named 'pin-py'
ModuleNotFoundError: No module named 'django-pin'
ModuleNotFoundError: No module named 'django-pin'  Hi, My Python... 'django-pin' How to remove the ModuleNotFoundError: No module named 'django-pin' error? Thanks   Hi, In your python environment you
color cycle
color cycle  how do you implement a program for color cycle that has a button such that when i press the button it brings a sequence for example green-red-grey-green e.t.c and should use the getter methods and set methods
ModuleNotFoundError: No module named 'red'
ModuleNotFoundError: No module named 'red'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'red' How to remove the ModuleNotFoundError: No module named 'red' error
div background color in html
div background color in html   How to change the background color of DIV in HTML
ModuleNotFoundError: No module named 'Pi-Pin-Manager'
ModuleNotFoundError: No module named 'Pi-Pin-Manager'  Hi, My... named 'Pi-Pin-Manager' How to remove the ModuleNotFoundError: No module named 'Pi-Pin-Manager' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Progetto-One-Pin-Keypad'
ModuleNotFoundError: No module named 'Progetto-One-Pin-Keypad'  Hi...: No module named 'Progetto-One-Pin-Keypad' How to remove the ModuleNotFoundError: No module named 'Progetto-One-Pin-Keypad' error? Thanks   
ModuleNotFoundError: No module named 'django-pin-passcode'
ModuleNotFoundError: No module named 'django-pin-passcode'  Hi, My... named 'django-pin-passcode' How to remove the ModuleNotFoundError: No module named 'django-pin-passcode' error? Thanks   Hi
ModuleNotFoundError: No module named 'ipfs-pin-steem'
ModuleNotFoundError: No module named 'ipfs-pin-steem'  Hi, My... named 'ipfs-pin-steem' How to remove the ModuleNotFoundError: No module named 'ipfs-pin-steem' error? Thanks   Hi, In your python

Ads