<?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; Objective C</title>
	<atom:link href="http://www.wetware.co.nz/tag/objective-c/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 Objective C UIView from Nib (xib) in UIScrollView in UITabBarController</title>
		<link>http://www.wetware.co.nz/2009/02/iphone-objective-c-uiview-from-nib-xib-in-uiscrollview-in-uitabbarcontroller/</link>
		<comments>http://www.wetware.co.nz/2009/02/iphone-objective-c-uiview-from-nib-xib-in-uiscrollview-in-uitabbarcontroller/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 05:06:37 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[UIScrollView]]></category>
		<category><![CDATA[UITabBarController]]></category>
		<category><![CDATA[UIView]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=35</guid>
		<description><![CDATA[So, thats a huge assed title.  Hopefully it got you here from Google tho, as intended. If you are here, you have probably scoured the internet for an answer to the above title. I have a UIView that I want in a UIScrollView, that is in a UITabbedView Controller AND I want to load the [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/02/iphone-objective-c-uiview-from-nib-xib-in-uiscrollview-in-uitabbarcontroller/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Iphone UIWebView HTTP Basic Authentication</title>
		<link>http://www.wetware.co.nz/2009/02/iphone-uiwebview-http-basic-authentication/</link>
		<comments>http://www.wetware.co.nz/2009/02/iphone-uiwebview-http-basic-authentication/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:14:47 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[Objective Resource]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=21</guid>
		<description><![CDATA[So I need to send a user to a page that requires a login. I want to save those details in the app and send them with the initial request. But HOW? #import &#34;NSData+Additions.h&#34; @implementation Utility + &#40;void&#41; addAuthToWebRequest:&#40;NSMutableURLRequest*&#41;requestObj email:&#40;NSString*&#41;email password:&#40;NSString*&#41;password&#123; NSString *authString = &#91;&#91;&#91;NSString stringWithFormat:@&#34;%@:%@&#34;, email, password&#93; dataUsingEncoding:NSUTF8StringEncoding&#93; base64Encoding&#93;; authString = &#91;NSString stringWithFormat: @&#34;Basic [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/02/iphone-uiwebview-http-basic-authentication/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Objective C (java)Static</title>
		<link>http://www.wetware.co.nz/2009/02/objective-c-javastatic/</link>
		<comments>http://www.wetware.co.nz/2009/02/objective-c-javastatic/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 22:47:24 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://jordancarter.visualserver.org/wordpress/?p=17</guid>
		<description><![CDATA[So I have wanted some static variables (along the lines that Java implements it).  After a while I found my answer. DatabaseConfig.h @interface DatabaseConfig : NSObject &#123; // Database variables &#125; + &#40;NSString*&#41; databaseName; + &#40;void&#41; setDatabaseName:&#40;NSString*&#41;dbName; + &#40;NSString*&#41; databasePath; + &#40;void&#41; setDatabasePath:&#40;NSString*&#41;dbPath; DatabaseConfig.m static NSString *databaseName; static NSString *databasePath; @implementation DatabaseConfig + &#40;NSString*&#41;databaseName&#123; return [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/2009/02/objective-c-javastatic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

