<?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>Wetware &#187; Iphone</title>
	<atom:link href="http://www.wetware.co.nz/category/iphone-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Thu, 01 Sep 2011 09:25:42 +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>Problem with Objective C UITabBar at bottom of Screen</title>
		<link>http://www.wetware.co.nz/2009/07/problem-with-objective-c-uitabbar-at-bottom-of-screen/</link>
		<comments>http://www.wetware.co.nz/2009/07/problem-with-objective-c-uitabbar-at-bottom-of-screen/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:10:51 +0000</pubDate>
		<dc:creator>Alastair Munro</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=425</guid>
		<description><![CDATA[When poping up an UIAction Sheet infront of a UITabBar I had some problems getting the buttons to correctly react to presses. The reason for this turned out to be with the UITabBar having the a listener that was a higher priority than the button on the UIActionSheet. To solve this you have to add [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/07/problem-with-objective-c-uitabbar-at-bottom-of-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Confusion with simple NString manipulation in Objective C</title>
		<link>http://www.wetware.co.nz/2009/07/confusion-with-simple-nstring-manipulation-in-objective-c/</link>
		<comments>http://www.wetware.co.nz/2009/07/confusion-with-simple-nstring-manipulation-in-objective-c/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:02:03 +0000</pubDate>
		<dc:creator>Alastair Munro</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[nstring]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=424</guid>
		<description><![CDATA[Coming from a Java background, I&#8217;ve found it extremely difficuilt to do any simple String manipulation. My first attempt was NSString *string1  = @&#34;This is a&#34;; NSString *string2 = @&#34; test&#34;; NSString *newString = string1 + string2; As it turns out this doesn&#8217;t work so well. After much frustration I found the following solution NSString [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/07/confusion-with-simple-nstring-manipulation-in-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone OS3</title>
		<link>http://www.wetware.co.nz/2009/05/iphone-os3/</link>
		<comments>http://www.wetware.co.nz/2009/05/iphone-os3/#comments</comments>
		<pubDate>Fri, 29 May 2009 11:12:47 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[OS 3.0]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=231</guid>
		<description><![CDATA[Well its coming.  The promised iPhone OS3, beautifully named I know.  There is much hipe over this release, it brings many many many new features and upgrades. Cut and Paste! Blue Tooth freedom, bring on the multiplayer games! Pushable Notifications to your Apps! So you can now receive an App message just as if it [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/05/iphone-os3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective Resource, Vodafone 3G, HTTP Basic Auth problems</title>
		<link>http://www.wetware.co.nz/2009/03/objective-resource-vodafone-3g-http-basic-auth-problems/</link>
		<comments>http://www.wetware.co.nz/2009/03/objective-resource-vodafone-3g-http-basic-auth-problems/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 04:40:36 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective Resource]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=86</guid>
		<description><![CDATA[I haven&#8217;t posted in a few days, as I haven&#8217;t made any progress in the last few days (and haven&#8217;t learnt anything!). I got my app working perfect (unbeknown to me only on a wireless connection, iPhone App people, iPHONE!.. keep up.) So it worked perfectly, I installed it on a colleague&#8217;s iPhone, then my [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/03/objective-resource-vodafone-3g-http-basic-auth-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Default.png loading image doesn&#8217;t display</title>
		<link>http://www.wetware.co.nz/2009/03/iphone-defaultpng-loading-image-doesnt-display/</link>
		<comments>http://www.wetware.co.nz/2009/03/iphone-defaultpng-loading-image-doesnt-display/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:12:06 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=84</guid>
		<description><![CDATA[I had a problem where the Default.png image wouldn&#8217;t load on startup of an iPhone app. I Googled as per normal operation and found someone suggest you do a build -&#62; clean. Worked! So if you have trouble getting your Default.png splash image to load on startup, make sure it is named &#8220;Default.png&#8221; and not [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/03/iphone-defaultpng-loading-image-doesnt-display/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

