<?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>Buy Azithromycin (Zithromax) Without Prescription</title>
	<atom:link href="http://johnnytrops.com/blog/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnytrops.com/blog/wp</link>
	<description>writing code and explaining it.</description>
	<lastBuildDate>Sat, 14 Apr 2012 12:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/02/03/iphone-creating-an-image-thumbnail/comment-page-1/#comment-30750</link>
		<dc:creator>Aadil</dc:creator>
		<pubDate>Sat, 14 Apr 2012 12:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=211#comment-30750</guid>
		<description>Thanks  for posting this it helped a lot Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks  for posting this it helped a lot Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2010/12/07/iphone-uiactionsheet-transition-traffic-jam/comment-page-1/#comment-30174</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Fri, 16 Mar 2012 08:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=379#comment-30174</guid>
		<description>Good info, thanks.

Unfortunately, there are more problems with UIActionSheet.  If you raise a UIActionSheet from a modal controller and a memory warning has come through, the view behind the modal view will have been blown away.  For some reason, when you dismiss the modal view you&#039;ll be left with a white screen.  The underlying view gets loaded, but its viewWillAppear method is never called, and it&#039;s never drawn.

I had several actions that could cause the modal view&#039;s delegate to dismiss it, but only one caused the white screen.  The only difference was that this action presented a UIActionSheet for confirmation.  I switched it to a UIAlertView, and it works fine: no white screen when it&#039;s dismissed.</description>
		<content:encoded><![CDATA[<p>Good info, thanks.</p>
<p>Unfortunately, there are more problems with UIActionSheet.  If you raise a UIActionSheet from a modal controller and a memory warning has come through, the view behind the modal view will have been blown away.  For some reason, when you dismiss the modal view you&#8217;ll be left with a white screen.  The underlying view gets loaded, but its viewWillAppear method is never called, and it&#8217;s never drawn.</p>
<p>I had several actions that could cause the modal view&#8217;s delegate to dismiss it, but only one caused the white screen.  The only difference was that this action presented a UIActionSheet for confirmation.  I switched it to a UIAlertView, and it works fine: no white screen when it&#8217;s dismissed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/04/03/iphone-storing-nsdate-in-sqlite-database/comment-page-1/#comment-30067</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Tue, 06 Mar 2012 19:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=250#comment-30067</guid>
		<description>Thank you, you saved my day! :)</description>
		<content:encoded><![CDATA[<p>Thank you, you saved my day! <img src='http://johnnytrops.com/blog/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2008/09/07/tweener-bezier-simple-sample/comment-page-1/#comment-28841</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Thu, 01 Dec 2011 01:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=58#comment-28841</guid>
		<description>I literally knew about many of this, but never the less, I still assumed it was helpful. Beautiful work!</description>
		<content:encoded><![CDATA[<p>I literally knew about many of this, but never the less, I still assumed it was helpful. Beautiful work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/02/13/iphone-coregraphics-drawing-shapes-and-fills/comment-page-1/#comment-28805</link>
		<dc:creator>Groumfy69</dc:creator>
		<pubDate>Sun, 27 Nov 2011 14:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=234#comment-28805</guid>
		<description>Exactly what I needed, many thanks!</description>
		<content:encoded><![CDATA[<p>Exactly what I needed, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/12/12/iphone-digital-display-lcd-effect/comment-page-1/#comment-28282</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sun, 23 Oct 2011 05:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=324#comment-28282</guid>
		<description>Nice!!

Just so you know... if you build your app so every digit is an individual UILabel, and you set the alignment to &quot;right&quot; or &quot;left&quot; in the attributes inspector, you get the desired &#039;monospace&#039; effect. Really cool.

Thanx, saved me this time.</description>
		<content:encoded><![CDATA[<p>Nice!!</p>
<p>Just so you know&#8230; if you build your app so every digit is an individual UILabel, and you set the alignment to &#8220;right&#8221; or &#8220;left&#8221; in the attributes inspector, you get the desired &#8216;monospace&#8217; effect. Really cool.</p>
<p>Thanx, saved me this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/05/13/iphone-uicolor-category-making-rgb-colors/comment-page-1/#comment-28250</link>
		<dc:creator>Vilem Kurz</dc:creator>
		<pubDate>Fri, 21 Oct 2011 12:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=275#comment-28250</guid>
		<description>You are leaking CGColor color. Should call CGColor release.

On the other hand, you can avoid CGColor at all:

+ (UIColor *)colorFromRGBIntegers:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha
{
    CGFloat redF    = red/255;
    CGFloat greenF    = green/255;
    CGFloat blueF    = blue/255;
    CGFloat alphaF    = alpha/1.0;
    
    UIColor *result = [UIColor colorWithRed:redF green:greenF blue:blueF alpha:alphaF];         
    
    return result;
}</description>
		<content:encoded><![CDATA[<p>You are leaking CGColor color. Should call CGColor release.</p>
<p>On the other hand, you can avoid CGColor at all:</p>
<p>+ (UIColor *)colorFromRGBIntegers:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha<br />
{<br />
    CGFloat redF    = red/255;<br />
    CGFloat greenF    = green/255;<br />
    CGFloat blueF    = blue/255;<br />
    CGFloat alphaF    = alpha/1.0;</p>
<p>    UIColor *result = [UIColor colorWithRed:redF green:greenF blue:blueF alpha:alphaF];         </p>
<p>    return result;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/02/13/iphone-coregraphics-drawing-shapes-and-fills/comment-page-1/#comment-28215</link>
		<dc:creator>Gopi</dc:creator>
		<pubDate>Wed, 19 Oct 2011 06:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=234#comment-28215</guid>
		<description>Really useful. Thanks.</description>
		<content:encoded><![CDATA[<p>Really useful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2009/05/13/iphone-uicolor-category-making-rgb-colors/comment-page-1/#comment-28115</link>
		<dc:creator>Peter Young</dc:creator>
		<pubDate>Wed, 12 Oct 2011 03:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=275#comment-28115</guid>
		<description>Works the first time and great. 
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Works the first time and great.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Buy Azithromycin (Zithromax) Without Prescription</title>
		<link>http://johnnytrops.com/blog/wp/2011/09/10/the-beast/comment-page-1/#comment-27648</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Sun, 11 Sep 2011 00:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://johnnytrops.com/blog/wp/?p=507#comment-27648</guid>
		<description>Let the beast out of it&#039;s cage!!!!</description>
		<content:encoded><![CDATA[<p>Let the beast out of it&#8217;s cage!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

