<?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 LocassaLocassa | Unique apps, app development, iPhone app developers</title>
	<atom:link href="http://locassa.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://locassa.com</link>
	<description>Unique apps, app development, iPhone app developers</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:22:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Interactive Rich Text UILabel by Simon</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-262</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-262</guid>
		<description>I had a quick look but couldn&#039;t find anything. Sometimes there is a unicode control character inserted at the start to indicate writing direction, however I am not sure how this works with mixed format strings.</description>
		<content:encoded><![CDATA[<p>I had a quick look but couldn&#8217;t find anything. Sometimes there is a unicode control character inserted at the start to indicate writing direction, however I am not sure how this works with mixed format strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animate UITableView Cell Height Change by MachOSX</title>
		<link>http://locassa.com/index.php/animate-uitableview-cell-height-change/#comment-253</link>
		<dc:creator>MachOSX</dc:creator>
		<pubDate>Sat, 14 Jan 2012 08:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=502#comment-253</guid>
		<description>Exactly what I was looking for! Thank you! :)</description>
		<content:encoded><![CDATA[<p>Exactly what I was looking for! Thank you! <img src='http://locassa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Rich Text UILabel by Jeremy</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-246</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 12 Jan 2012 14:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-246</guid>
		<description>Thanks Simon,
I haven&#039;t been able to figure out how to get writing direction from an NSString, do you have any suggestions?
In my case I&#039;m getting this unicode string from an API, \u0648\u0634 \u0639\u0646\u062f\u0643, which the system renders in Arabic, but backwards.  The issue becomes more complex if there is a mix of English and Arabic words in the string.</description>
		<content:encoded><![CDATA[<p>Thanks Simon,<br />
I haven&#8217;t been able to figure out how to get writing direction from an NSString, do you have any suggestions?<br />
In my case I&#8217;m getting this unicode string from an API, \u0648\u0634 \u0639\u0646\u062f\u0643, which the system renders in Arabic, but backwards.  The issue becomes more complex if there is a mix of English and Arabic words in the string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Rich Text UILabel by Simon</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-245</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 12 Jan 2012 09:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-245</guid>
		<description>Jeremy,
You&#039;re right, this is a problem with the current code however taking the writing direction into account would be a simple addition, simply reversing the array before rendering.
Thanks.</description>
		<content:encoded><![CDATA[<p>Jeremy,</p>
<p>You&#8217;re right, this is a problem with the current code however taking the writing direction into account would be a simple addition, simply reversing the array before rendering.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Rich Text UILabel by Jeremy</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-242</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 11 Jan 2012 22:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-242</guid>
		<description>Unfortunately this class breaks the system rendering of right-to-left languages.  It basically reverses the order of the words.</description>
		<content:encoded><![CDATA[<p>Unfortunately this class breaks the system rendering of right-to-left languages.  It basically reverses the order of the words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Rich Text UILabel by karthik</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-234</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Sat, 17 Dec 2011 07:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-234</guid>
		<description>The labels are being overlapped with newlines in the text .</description>
		<content:encoded><![CDATA[<p>The labels are being overlapped with newlines in the text .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Temporary Storage In Apple&#8217;s CoreData by Can you record a video using iPhone SDK? - iPhone Dev SDK Forum</title>
		<link>http://locassa.com/index.php/temporary-storage-in-apples-coredata/#comment-205</link>
		<dc:creator>Can you record a video using iPhone SDK? - iPhone Dev SDK Forum</dc:creator>
		<pubDate>Wed, 23 Nov 2011 15:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=444#comment-205</guid>
		<description>[...] Temporary Storage In Apple&#039;s CoreData iPhone Apps [...]</description>
		<content:encoded><![CDATA[<p>[...] Temporary Storage In Apple&#039;s CoreData iPhone Apps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Rich Text UILabel by Simon</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-200</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 16 Nov 2011 14:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-200</guid>
		<description>We&#039;re working on some exciting projects at the moment and hope to be posting a few more tech articles with some of the interesting things we&#039;ve been working on! Stay tuned!</description>
		<content:encoded><![CDATA[<p>We&#8217;re working on some exciting projects at the moment and hope to be posting a few more tech articles with some of the interesting things we&#8217;ve been working on! Stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animate UITableView Cell Height Change by Ibrahim</title>
		<link>http://locassa.com/index.php/animate-uitableview-cell-height-change/#comment-195</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Fri, 11 Nov 2011 09:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=502#comment-195</guid>
		<description>Awesome Work Thank u :)</description>
		<content:encoded><![CDATA[<p>Awesome Work Thank u <img src='http://locassa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interactive Rich Text UILabel by Fatygant</title>
		<link>http://locassa.com/index.php/interactive-rich-text-uilabel/#comment-191</link>
		<dc:creator>Fatygant</dc:creator>
		<pubDate>Mon, 07 Nov 2011 10:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.locassa.com/?p=817#comment-191</guid>
		<description>Hi Man,
Why, the Hell, did you stop posting those marvelous tech articles here? We want more!</description>
		<content:encoded><![CDATA[<p>Hi Man,</p>
<p>Why, the Hell, did you stop posting those marvelous tech articles here? We want more!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

