<?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>Juggleware Developers&#039; Blog &#187; Objective-C</title>
	<atom:link href="http://www.juggleware.com/blog/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juggleware.com/blog</link>
	<description>news and random thoughts from your friendly neighborhood independent developers at juggleware, llc</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:42:00 +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>Drawing Text on an Arc in CocoaTouch</title>
		<link>http://www.juggleware.com/blog/2011/08/drawing-text-on-an-arc-in-cocoatouch/</link>
		<comments>http://www.juggleware.com/blog/2011/08/drawing-text-on-an-arc-in-cocoatouch/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 21:41:41 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Core Text]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=381</guid>
		<description><![CDATA[<p>CoreText is available now in iOS, but it&#8217;s not an easy framework to use. After trying several other approaches to draw text on an arc at this <a href="http://stackoverflow.com/questions/3841642/curve-text-on-existing-circle">Stack Overflow page,</a>  I adapted Apple&#8217;s sample code  <a href="https://developer.apple.com/library/mac/#samplecode/CoreTextArcCocoa/Introduction/Intro.html">CoreTextArcCocoa</a> for Mac &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2011/08/drawing-text-on-an-arc-in-cocoatouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the Return key to dismiss a UITextView</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-get-the-return-key-to-dismiss-a-uitextview/</link>
		<comments>http://www.juggleware.com/blog/2010/07/how-to-get-the-return-key-to-dismiss-a-uitextview/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:05:07 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UITextView]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=280</guid>
		<description><![CDATA[<p>Need to dismiss they keyboard in a UITextView? Changing the Return key to read &#8220;Done&#8221; doesn&#8217;t make the iPhone keyboard to go away.  Put this code in the delegate for your UITextView and your return key can behave more like &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/07/how-to-get-the-return-key-to-dismiss-a-uitextview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>plist &gt; JSON &gt; XML</title>
		<link>http://www.juggleware.com/blog/2010/07/plist-json-xml/</link>
		<comments>http://www.juggleware.com/blog/2010/07/plist-json-xml/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:14:48 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=266</guid>
		<description><![CDATA[<p>Having developed 4 or 5 iPhone apps now that download remote XML data from servers and populate tables view and other content, I can tell you without reservation that it is the slowest way to go.</p>
<p>Performance using JSON is &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/07/plist-json-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Place a UIWebView inside a UIScrollView</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/</link>
		<comments>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 16:53:36 +0000</pubDate>
		<dc:creator>alec</dc:creator>
				<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UIScrollView]]></category>
		<category><![CDATA[UIWebView]]></category>

		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=247</guid>
		<description><![CDATA[<p>To display several pieces of content on a screen, I needed several views. A scroll view (<code>UIScrollView</code>) was necessary to encompass the headline, photo and story text; I had the headline and photo at the top in a &#8230;</p>]]></description>
		<wfw:commentRss>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

