<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for JAKERI</title>
	<atom:link href="http://www.jakeri.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jakeri.net</link>
	<description>Consulting/Development in Java, Objective-C for web based systems and iPhone</description>
	<lastBuildDate>Wed, 14 Jul 2010 20:54:16 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Revisited &#8211; Custom callout bubble in MKMapView, final solution! by admin</title>
		<link>http://www.jakeri.net/2010/05/custom-callout-bubble-final-solution-revisited/comment-page-1/#comment-5311</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Jul 2010 20:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=392#comment-5311</guid>
		<description>Hi,

I tried some stuff with dealloc and the warning but I found out something that I can not remember right now. I believe that it had todo something with the order of dealloc and calling removeObserver.

If you find a solution please clone my &lt;a href=&quot;http://github.com/jakeri/&quot; rel=&quot;nofollow&quot;&gt;github&lt;/a&gt; &lt;a href=&quot;http://github.com/jakeri/CustomCalloutMapView&quot; rel=&quot;nofollow&quot;&gt;repo&lt;/a&gt; and I will merge it into master.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried some stuff with dealloc and the warning but I found out something that I can not remember right now. I believe that it had todo something with the order of dealloc and calling removeObserver.</p>
<p>If you find a solution please clone my <a href="http://github.com/jakeri/" rel="nofollow">github</a> <a href="http://github.com/jakeri/CustomCalloutMapView" rel="nofollow">repo</a> and I will merge it into master.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revisited &#8211; Custom callout bubble in MKMapView, final solution! by D_O_P</title>
		<link>http://www.jakeri.net/2010/05/custom-callout-bubble-final-solution-revisited/comment-page-1/#comment-5308</link>
		<dc:creator>D_O_P</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=392#comment-5308</guid>
		<description>Waouw, sorry, I have sent to quickly my comment. Some little mistakes :
for (id annotation in list) //instead of &quot;annotation id&quot;
[annotation removeObserver:self forKeyPath:@&quot;selected&quot;];</description>
		<content:encoded><![CDATA[<p>Waouw, sorry, I have sent to quickly my comment. Some little mistakes :<br />
for (id annotation in list) //instead of &#8220;annotation id&#8221;<br />
[annotation removeObserver:self forKeyPath:@"selected"];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revisited &#8211; Custom callout bubble in MKMapView, final solution! by D_O_P</title>
		<link>http://www.jakeri.net/2010/05/custom-callout-bubble-final-solution-revisited/comment-page-1/#comment-5307</link>
		<dc:creator>D_O_P</dc:creator>
		<pubDate>Wed, 14 Jul 2010 17:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=392#comment-5307</guid>
		<description>Hello Jakeri,

Does &quot;leak on the property observer&quot; you are talking about does concern the fact that you never remove the observer from the annotations view ? If so, maybe this solution would fit:

When you create MyAnnotationView objects, add them to to a NSMutableArray list. Then, in dealloc, do:
for (annotations id in list)
  [annotation removeObserver:self forKeyPath:@&quot;selected&quot;];

Do you think this would solve the problem ?

By the way, I have a question: where have you gathered the information to write this line:
[UIView beginAnimations: @&quot;moveCNGCallout&quot; context: nil];
in particular, the &quot;moveCNGCallout&quot; thing ?

Thanks a lot, your tutorial is helpful :)</description>
		<content:encoded><![CDATA[<p>Hello Jakeri,</p>
<p>Does &#8220;leak on the property observer&#8221; you are talking about does concern the fact that you never remove the observer from the annotations view ? If so, maybe this solution would fit:</p>
<p>When you create MyAnnotationView objects, add them to to a NSMutableArray list. Then, in dealloc, do:<br />
for (annotations id in list)<br />
  [annotation removeObserver:self forKeyPath:@"selected"];</p>
<p>Do you think this would solve the problem ?</p>
<p>By the way, I have a question: where have you gathered the information to write this line:<br />
[UIView beginAnimations: @"moveCNGCallout" context: nil];<br />
in particular, the &#8220;moveCNGCallout&#8221; thing ?</p>
<p>Thanks a lot, your tutorial is helpful <img src='http://www.jakeri.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom callout bubble in MKMapView, final solution! by admin</title>
		<link>http://www.jakeri.net/2009/12/custom-callout-bubble-in-mkmapview-final-solution/comment-page-1/#comment-5230</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Jul 2010 07:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=349#comment-5230</guid>
		<description>Look at my latest &lt;a href=&quot;http://www.jakeri.net/2009/12/custom-callout-bubble-in-mkmapview-final-solution/&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt; instead.</description>
		<content:encoded><![CDATA[<p>Look at my latest <a href="http://www.jakeri.net/2009/12/custom-callout-bubble-in-mkmapview-final-solution/" rel="nofollow">post</a> instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom callout bubble in MKMapView, final solution! by Devin Foley</title>
		<link>http://www.jakeri.net/2009/12/custom-callout-bubble-in-mkmapview-final-solution/comment-page-1/#comment-5229</link>
		<dc:creator>Devin Foley</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=349#comment-5229</guid>
		<description>I was able to get this working in iOS4 by commenting out the notNear stuff and setting canShowCallout to NO:

//CGPoint notNear = CGPointMake(10000.0,10000.0);
//annView.calloutOffset = notNear;

...

[annotationView setCanShowCallout:NO];</description>
		<content:encoded><![CDATA[<p>I was able to get this working in iOS4 by commenting out the notNear stuff and setting canShowCallout to NO:</p>
<p>//CGPoint notNear = CGPointMake(10000.0,10000.0);<br />
//annView.calloutOffset = notNear;</p>
<p>&#8230;</p>
<p>[annotationView setCanShowCallout:NO];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revisited &#8211; Custom callout bubble in MKMapView, final solution! by Boran</title>
		<link>http://www.jakeri.net/2010/05/custom-callout-bubble-final-solution-revisited/comment-page-1/#comment-5165</link>
		<dc:creator>Boran</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=392#comment-5165</guid>
		<description>Sorry, I found it. Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry, I found it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Revisited &#8211; Custom callout bubble in MKMapView, final solution! by Boran</title>
		<link>http://www.jakeri.net/2010/05/custom-callout-bubble-final-solution-revisited/comment-page-1/#comment-5164</link>
		<dc:creator>Boran</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=392#comment-5164</guid>
		<description>Hello, Jakeri. Thanks for your work. :) I&#039;ve used your final solution which is not revised one. So I faced same problems as you mentioned on this post. After I downloaded your revised solution, I tried to find differences with last version and fix some part of code in my project but it didn&#039;t work on iPhone 4.0. The problem I got is first one, callout bubble. Could you let me know which part of code you revised for solving the problem related with callout bubble? Thanks a lot! :D</description>
		<content:encoded><![CDATA[<p>Hello, Jakeri. Thanks for your work. <img src='http://www.jakeri.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve used your final solution which is not revised one. So I faced same problems as you mentioned on this post. After I downloaded your revised solution, I tried to find differences with last version and fix some part of code in my project but it didn&#8217;t work on iPhone 4.0. The problem I got is first one, callout bubble. Could you let me know which part of code you revised for solving the problem related with callout bubble? Thanks a lot! <img src='http://www.jakeri.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom callout bubble to MKMapView in iPhone by ajay rawat</title>
		<link>http://www.jakeri.net/2009/11/custom-callout-bubble-to-mkmapview-in-iphone/comment-page-1/#comment-5139</link>
		<dc:creator>ajay rawat</dc:creator>
		<pubDate>Fri, 25 Jun 2010 11:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=286#comment-5139</guid>
		<description>Thanks update source code is working with iPhone 3.0 OS</description>
		<content:encoded><![CDATA[<p>Thanks update source code is working with iPhone 3.0 OS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom callout bubble to MKMapView in iPhone by ajay rawat</title>
		<link>http://www.jakeri.net/2009/11/custom-callout-bubble-to-mkmapview-in-iphone/comment-page-1/#comment-5138</link>
		<dc:creator>ajay rawat</dc:creator>
		<pubDate>Fri, 25 Jun 2010 08:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=286#comment-5138</guid>
		<description>Also sample is not working with iphone OS 3.0.</description>
		<content:encoded><![CDATA[<p>Also sample is not working with iphone OS 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom callout bubble to MKMapView in iPhone by ajay rawat</title>
		<link>http://www.jakeri.net/2009/11/custom-callout-bubble-to-mkmapview-in-iphone/comment-page-1/#comment-5137</link>
		<dc:creator>ajay rawat</dc:creator>
		<pubDate>Fri, 25 Jun 2010 08:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jakeri.net/?p=286#comment-5137</guid>
		<description>HI
 I have tested in Iphone OS 3.0 and 3.1. It is working fine in  iphone OS 3.1 but I am facing problem in Iphone OS 3.0. when i clicked on same pin twice callout view doesn&#039;t come after first time. Please reply waiting for your response.</description>
		<content:encoded><![CDATA[<p>HI<br />
 I have tested in Iphone OS 3.0 and 3.1. It is working fine in  iphone OS 3.1 but I am facing problem in Iphone OS 3.0. when i clicked on same pin twice callout view doesn&#8217;t come after first time. Please reply waiting for your response.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
