<?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 on: Xcode FIXME and TODO</title>
	<atom:link href="http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Tue, 22 May 2012 11:53:47 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html#comment-8961</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=901#comment-8961</guid>
		<description>I&#039;m not familiar with any custom coding tags, however, would be an interesting option...</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with any custom coding tags, however, would be an interesting option&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XCode Shark</title>
		<link>http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html#comment-8951</link>
		<dc:creator>XCode Shark</dc:creator>
		<pubDate>Sat, 23 Jan 2010 00:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=901#comment-8951</guid>
		<description>Nice tip about the // MARK: tag.

Is there any way to add custom tags (Like &quot;FIX:&quot; or &quot;LATER:&quot;)?</description>
		<content:encoded><![CDATA[<p>Nice tip about the // MARK: tag.</p>
<p>Is there any way to add custom tags (Like &#8220;FIX:&#8221; or &#8220;LATER:&#8221;)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AliGator</title>
		<link>http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html#comment-280</link>
		<dc:creator>AliGator</dc:creator>
		<pubDate>Sun, 08 Mar 2009 03:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=901#comment-280</guid>
		<description>Note that you can also use &quot;// MARK: xxx&quot; instead of &quot;#pragma mark xxx&quot;

This makes your code portable (whereas #pragma directives are compiler-dependant) and make it possible to insert &quot;// MARK: foo&quot; at the end of a code line without having to go to a fresh new line to insert the mark.</description>
		<content:encoded><![CDATA[<p>Note that you can also use &#8220;// MARK: xxx&#8221; instead of &#8220;#pragma mark xxx&#8221;</p>
<p>This makes your code portable (whereas #pragma directives are compiler-dependant) and make it possible to insert &#8220;// MARK: foo&#8221; at the end of a code line without having to go to a fresh new line to insert the mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xTeo</title>
		<link>http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html#comment-220</link>
		<dc:creator>xTeo</dc:creator>
		<pubDate>Tue, 10 Feb 2009 10:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=901#comment-220</guid>
		<description>This is great !! 
I always though this was missing to xCode ;) I guess I still have a lot to learn .

I use tag like this a lot in doxygen , and it generate a Todo page .

is there something like that where those tags are all shown in one place ? I guess I can use the Project find and it does a good job . 
but a Todos page/view would be a nice feature to xCode.

Thanks for this very useful tips !!!</description>
		<content:encoded><![CDATA[<p>This is great !!<br />
I always though this was missing to xCode ;) I guess I still have a lot to learn .</p>
<p>I use tag like this a lot in doxygen , and it generate a Todo page .</p>
<p>is there something like that where those tags are all shown in one place ? I guess I can use the Project find and it does a good job .<br />
but a Todos page/view would be a nice feature to xCode.</p>
<p>Thanks for this very useful tips !!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

