<?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>iPhone Programming Tutorials &#187; Uncategorized</title>
	<atom:link href="http://www.icodeblog.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Tue, 06 Dec 2011 23:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>More Informative NSLog&#8217;s with Prefix Headers</title>
		<link>http://www.icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/</link>
		<comments>http://www.icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 18:08:32 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Intermediate]]></category>

		<guid isPermaLink="false">http://www.icodeblog.com/?p=3351</guid>
		<description><![CDATA[Hello iCoders,
I have a quick tip today that I have been using in some of my development that you guys may find helpful in yours. Lately I&#8217;ve been developing a Framework. We mentioned a <a href="http://www.icodeblog.com/2011/07/06/calling-all-ios-developers/">little something</a> about it earlier here on iCodeBlog. When developing a .framework, a lot of times during my work I couldn&#8217;t place break points in the code and had to rely mostly on NSLog. NSLog however really wasn&#8217;t doing the job for me. So I  ...]]></description>
			<content:encoded><![CDATA[<p>Hello iCoders,</p>
<p>I have a quick tip today that I have been using in some of my development that you guys may find helpful in yours. Lately I&#8217;ve been developing a Framework. We mentioned a <a href="http://www.icodeblog.com/2011/07/06/calling-all-ios-developers/">little something</a> about it earlier here on iCodeBlog. When developing a .framework, a lot of times during my work I couldn&#8217;t place break points in the code and had to rely mostly on NSLog. NSLog however really wasn&#8217;t doing the job for me. So I made 2 of my own NSLog&#8217;s that I have been using to work.</p>
<p><b>How it Works</b></p>
<p>With your Xcode projects there is a piece of code called the prefix header that is essentially included in every class in your project. This is set up in your Build Settings under the &#8220;Prefix Header&#8221;. You can put code in here that will be available to every class. Below I have the Prefix Header that I use in my projects. I define 3 things in this Prefix Header.</p>
<li>A debug constant declaration</li>
<li>A DLog() method declaration</li>
<li>A DStep() method declaration</li>
<p></br><br />
The debug constant must be set to 1 for the debug logs to print out. This is nice for turing off all logging before sending off to the App Store. DStep prints out whatever you pass in with a big line of &#8216;******************&#8217; above and below it. I use it to mark big steps in execution to quickly look through logs. DLog works just like NSLog() except it prints the method and line along with it and once again puts &#8216;**************&#8217; above and below. Customize them if you like and try them in your development process today! Happy Coding.</p>
<p>Follow me on Twitter <a href="www.twitter.com/cruffenach">@cruffenach</a></p>
<p>EDIT: The code posted here before was malformed by out code formatting plugin. My apologies. The GIST below has the correct code.</p>
<p><script src="https://gist.github.com/1178932.js"> </script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.icodeblog.com/2011/08/29/more-informative-nslogs-with-prefix-headers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Sneak Peek At TweetMapper</title>
		<link>http://www.icodeblog.com/2011/03/18/a-sneak-peek-at-tweetmapper/</link>
		<comments>http://www.icodeblog.com/2011/03/18/a-sneak-peek-at-tweetmapper/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 22:37:24 +0000</pubDate>
		<dc:creator>Collin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.icodeblog.com/?p=2946</guid>
		<description><![CDATA[
Devotees will remember that last year the team over here at iCodeBlog released a little iPad app called TweetMapper that showed a live stream of tweets coming down from 10 major cities. Well since then Twitter deprecated its support for XML and increased its support for better searching. As a result about a month ago we dusted the project off and went at completely rebuilding it. We added Core Data in, support for the now current streaming JSON output from  ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.icodeblog.com/wp-content/uploads/2011/03/TweetMapperIcon.png"><br />
Devotees will remember that last year the team over here at iCodeBlog released a little iPad app called TweetMapper that showed a live stream of tweets coming down from 10 major cities. Well since then Twitter deprecated its support for XML and increased its support for better searching. As a result about a month ago we dusted the project off and went at completely rebuilding it. We added Core Data in, support for the now current streaming JSON output from Twitter, the ability to define custom locations (Up to 25, as big as you want), and a whole bunch of other stuff. We&#8217;ll be getting it into the store soon, but for now we have a demo video together. Take a look and watch for it&#8217;s release in the App store for iPad and iPhone in the next couple of weeks. Thanks for reading!</p>
<p><iframe src="http://player.vimeo.com/video/21133370?portrait=0&amp;color=ff9933" width="600" height="375" frameborder="0"></iframe>
<p><a href="http://vimeo.com/21133370">Tweet Mapper by ELC Technologies Demo</a> from <a href="http://vimeo.com/user2008025">Collin Ruffenach</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.icodeblog.com/2011/03/18/a-sneak-peek-at-tweetmapper/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

