<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#iPhoneDev &#187; xcode</title>
	<atom:link href="http://iphone.keyvisuals.com/category/xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphone.keyvisuals.com</link>
	<description>Because Corporate Jobs Suck.</description>
	<lastBuildDate>Fri, 13 Jan 2012 07:26:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrating iAds and iAds w/ AdMob Fallback</title>
		<link>http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/</link>
		<comments>http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 19:28:37 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[AdMob]]></category>
		<category><![CDATA[iads]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=854</guid>
		<description><![CDATA[I know i&#8217;m a bit late to this party but over the last few days I have decided to integrate Apple&#8217;s iAds into some of my free apps. This is mainly due to the fact that I&#8217;m sick and tired of dealing with MobClix. I searched around for a bit and came up with some [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-855" title="iAd" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/iAdsLogo.jpg" alt="" width="140" height="140" />I know i&#8217;m a bit late to this party but over the last few days I have decided to integrate Apple&#8217;s iAds into some of my free apps. This is mainly due to the fact that I&#8217;m sick and tired of dealing with MobClix. I searched around for a bit and came up with some excellent sample code provided by <span style="color: #3366ff;"><strong><a href="http://bees4honey.com/blog/tutorial/how-to-add-iad-banner-in-iphoneipad-app/" target="_blank"><span style="color: #3366ff;">bees4honey</span></a></strong></span>. I followed their tutorial and after fixing a few deprecation errors I would like to share with you the completed <span style="color: #ff0000;"><strong><a href="http://iphone.keyvisuals.com/downloads/iAdBanner_sampleCode.zip" target="_blank"><span style="color: #ff0000;">sample project</span></a></strong></span>.</p>
<p><img class="size-full wp-image-857 alignright" title="GoogleAdmob" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/GoogleAdmob_crop380w.jpeg" alt="" width="182" height="120" />I also use AdMob and have always been pretty happy with them but I keep hearing about how much better the iAds are paying out. The one big drawback to iAds being you don&#8217;t get as many ads as you would with AdMob. I understand there are some advertising networks out there that allow you to take advantage of multiple ad networks. The problem there is that you are under their control and who knows how and when they regulate those ads. So why not take control yourself?</p>
<p>So I began searching for a method of integrating both myself. Fortunately I found a post on the <strong>xcode noobies blog</strong>. They had a <strong><span style="color: #3366ff;"><a href="http://xcodenoobies.blogspot.com/2011/01/how-to-integrate-iad-for-os32-and-admob.html" target="_blank"><span style="color: #3366ff;">blog post</span></a></span></strong> outlining something very similar to what I was looking to accomplish. Their code was designed to display an iAd unless the app was being run on a device running iOS 3.2 which doesn&#8217;t support iAds. So instead of loosing revenue on older devices their intent was to load AdMob Ads as backup. So, I modified their code to load AdMob Ads as a fallback whenever an iAd is not available &#8211; rather than just when the OS version was too old to support iAds. I think this is ultimately more useful. The OS detection code is still present but not very necessary.<em> Just make sure if you are  targeting iOS 3.2 or below to WEAK LINK the iAd Framework</em>.</p>
<p><strong>UPDATE: 9/29/11: <span style="color: #ff0000;">After experimenting with the project below for some time I have found it to be quite troublesome and buggy. I am leaving the code up as it may be a good starting point for someone but use at your own risk!</span></strong></p>
<p><img class="alignleft size-full wp-image-861" title="iAds_Test_Ads" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/iAds_Test_Ads.png" alt="" width="256" height="40" /></p>
<p><strong></strong>Code calls 1st for the iAd and 2nd for the AdMob Ad &#8211; If an iAd is available it&#8217;s displayed right away. If not,  hopefully an AdMob ad is displayed. Even when AdMob ads are being displayed the app checks for iAds (refresh time is controlled by Apple) and loads them as soon as they are available.  AdMob Ads are refreshed every 30 seconds in code (you can adjust this.) Hopefully with this we can all maximize our income =) The project can be downloaded <strong><a href="http://iphone.keyvisuals.com/downloads/iAds_AdMobFallback_latestSDK_sampleCode.zip" target="_blank"><span style="color: #ff0000;">HERE</span></a></strong>.</p>
<p>Now I have to warn you. I have no idea if this method of doing things is 100% correct. I&#8217;m not an expert. <del>This project uses a 9 month old version of the AdMob SDK. I have tried unsuccessfully to update the code to run with the latest Google/AdMob SDK</del>.  <img class="size-full wp-image-864 alignleft" title="AdMobAds_Test_Ads" src="http://iphone.keyvisuals.com/wp-content/uploads/2011/09/AdMobAds_Test_Ads.png" alt="" width="256" height="40" /><strong><em>I was able to update the code to utilize the latest Google/AdMob SDK version 4.1.1 =) </em></strong>Enjoy!<em><strong></strong></em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Integrating+iAds+and+iAds+w%2F+AdMob+Fallback&amp;link=http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/&amp;notes=I%20know%20i%27m%20a%20bit%20late%20to%20this%20party%20but%20over%20the%20last%20few%20days%20I%20have%20decided%20to%20integrate%20Apple%27s%20iAds%20into%20some%20of%20my%20free%20apps.%20This%20is%20mainly%20due%20to%20the%20fact%20that%20I%27m%20sick%20and%20tired%20of%20dealing%20with%20MobClix.%20I%20searched%20around%20for%20a%20bit%20and%20came%20up%20with%20some%20excellent%20sample%20code%20provided%20by%20bees4&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/code-snippets/integrating-iads-or-iads-with-admob-fallback/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AnalysisTool: GUI Front End for LLVM/Clang Static Analyzer</title>
		<link>http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/</link>
		<comments>http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:21:32 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[Handy Tool]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[xcode]]></category>
		<category><![CDATA[clang]]></category>
		<category><![CDATA[debugging]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=728</guid>
		<description><![CDATA[AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the LLVM/Clang static analyzer, a tool that finds bugs in C and Objective-C programs. AnalysisTool includes a custom version of LLVM/Clang static analyzer. Get the latest version from karppinen.fi/analysistool/ Blog this on Blogger Share this on del.icio.us Digg this! Share this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-729" title="analysistool-gui-frontend" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/12/analysistool-gui-frontend.png" alt="analysistool-gui-frontend" width="392" height="247" /></p>
<p>AnalysisTool is a Mac OS X application which provides GUI and CLI frontends to the <a href="http://clang.llvm.org/StaticAnalysis.html">LLVM/Clang static analyzer</a>, a tool that finds bugs in C and Objective-C programs.</p>
<p>AnalysisTool includes a custom version of LLVM/Clang static analyzer.</p>
<p>Get the latest version from <a href="http://www.karppinen.fi/analysistool/" target="_blank">karppinen.fi/analysistool/</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=AnalysisTool%3A+GUI+Front+End+for+LLVM%2FClang+Static+Analyzer&amp;link=http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/&amp;notes=%0D%0A%0D%0AAnalysisTool%20is%20a%20Mac%20OS%20X%20application%20which%20provides%20GUI%20and%20CLI%20frontends%20to%20the%20LLVM%2FClang%20static%20analyzer%2C%20a%20tool%20that%20finds%20bugs%20in%20C%20and%20Objective-C%20programs.%0D%0A%0D%0AAnalysisTool%20includes%20a%20custom%20version%20of%20LLVM%2FClang%20static%20analyzer.%0D%0A%0D%0AGet%20the%20latest%20version%20from%20karppinen.fi%2Fanalysistool%2F&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/iphonedev/analysistool-gui-front-end-for-llvm-clang-static-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode Shortcut List Updated for Xcode 3.2</title>
		<link>http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/</link>
		<comments>http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:45:32 +0000</pubDate>
		<dc:creator>keyvisuals</dc:creator>
				<category><![CDATA[xcode]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://iphone.keyvisuals.com/?p=604</guid>
		<description><![CDATA[The COCO SAMURAI is kind enough to continuously maintain and update this very handy cheat sheet of xcode shortcuts. It has been updated for the latest xcode 3.2 You are encouraged to share the knowledge Here&#8217;s a link to the original article just in case the links go down: Xcode Shortcuts (PDF) Xcode Shortcuts (Black [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://cocoasamurai.blogspot.com/" target="_blank">COCO SAMURAI</a> is kind enough to continuously maintain and update this very handy cheat sheet of xcode shortcuts. It has been updated for the latest xcode 3.2</p>
<p><img class="alignleft size-full wp-image-605" title="xcodeShortcuts" src="http://iphone.keyvisuals.com/wp-content/uploads/2009/11/xcodeShortcuts.jpg" alt="xcodeShortcuts" width="211" height="220" /></p>
<p>You are encouraged to share the knowledge <img src='http://iphone.keyvisuals.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Here&#8217;s a link to the <a href="http://cocoasamurai.blogspot.com/2009/08/xcode-shortcuts-updated-for-xcode-32-on.html" target="_blank">original article</a> just in case the links go down:</p>
<p><a href="http://www.1729.us/xcode/SnowLeopard/Xcode%20Shortcuts.pdf" target="_blank">Xcode Shortcuts (PDF)</a><a href="http://www.1729.us/xcode/SnowLeopard/Xcode%20Shortcuts%20B_W.pdf" target="_blank"><br />
Xcode Shortcuts (Black &amp; White) (PDF)</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=219&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Xcode+Shortcut+List+Updated+for+Xcode+3.2&amp;link=http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/&amp;notes=The%20COCO%20SAMURAI%20is%20kind%20enough%20to%20continuously%20maintain%20and%20update%20this%20very%20handy%20cheat%20sheet%20of%20xcode%20shortcuts.%20It%20has%20been%20updated%20for%20the%20latest%20xcode%203.2%0D%0A%0D%0A%0D%0A%0D%0AYou%20are%20encouraged%20to%20share%20the%20knowledge%20%3B-%29%20Here%27s%20a%20link%20to%20the%20original%20article%20just%20in%20case%20the%20links%20go%20down%3A%0D%0A%0D%0AXcode%20Shortcu&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://iphone.keyvisuals.com/xcode/xcode-shortcuts-updated-for-xcode-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

