<?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>Wires Are Obsolete &#187; iPhone</title>
	<atom:link href="http://wiresareobsolete.com/wordpress/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiresareobsolete.com/wordpress</link>
	<description>Achieving the goal of cutting the cord through mobile applications and accessories</description>
	<lastBuildDate>Tue, 15 May 2012 16:36:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Signing Up UITableView</title>
		<link>http://wiresareobsolete.com/wordpress/2011/04/signing-up-uitableview/</link>
		<comments>http://wiresareobsolete.com/wordpress/2011/04/signing-up-uitableview/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 17:15:06 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIKit]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=143</guid>
		<description><![CDATA[Thanks mainly to Apple&#8217;s design choices when building the Settings app for iOS devices, the Grouped-Style UITableView has become the de facto standard UI for app developers to use when creating settings or account signup screens within their own applications.  In many ways, this is a very helpful standard to follow due to the amount [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2011/04/signing-up-uitableview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing UIImagePickerController</title>
		<link>http://wiresareobsolete.com/wordpress/2010/08/uiimagepickercontroller/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/08/uiimagepickercontroller/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:59:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIImagePickerController]]></category>
		<category><![CDATA[UIKit]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=125</guid>
		<description><![CDATA[The UIImagePickerController class has been the developer&#8217;s best friend and worst enemy since its introduction into the iPhone SDK in iOS 2.0. For those who have not used it, this class provides a way for an application to have the user select and return an image, whether it be existing from the device&#8217;s library or [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/08/uiimagepickercontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Short Note About Modal Presentation</title>
		<link>http://wiresareobsolete.com/wordpress/2010/08/modal-presentation/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/08/modal-presentation/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:38:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[modalViewController]]></category>
		<category><![CDATA[parentViewController]]></category>
		<category><![CDATA[UIKit]]></category>
		<category><![CDATA[UIViewController]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=117</guid>
		<description><![CDATA[iOS5 Update New in iOS5, the use and meaning of many of the existing UIViewController properties has changed as part of the new container view controller framework that is being made available. As a result, some of the information in this article is no longer valid. In particular, the parentViewController property is no longer populated [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/08/modal-presentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Striking the Balance: Interface Builder vs. Code</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/striking-the-balance-interface-builder-vs-code/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/striking-the-balance-interface-builder-vs-code/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 17:23:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=64</guid>
		<description><![CDATA[In my last post here, I touched a little on the need for a balance between building user interfaces in code and using IDE tools like Interface Builder.  Today I would like to develop the importance of that concept a little further.  People tend to become comfortable with one method or the other after they&#8217;ve [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/striking-the-balance-interface-builder-vs-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UIScrollView has a Secret</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/uiscrollview-has-a-secret/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/uiscrollview-has-a-secret/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 21:54:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIKit]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=59</guid>
		<description><![CDATA[Sometimes, it&#8217;s not always clear in iPhone development when one should create their interface elements using Apple&#8217;s Interface Builder (IB) application, or directly in application code.  Oftentimes, with more complex view issues, the answer tends to be a combination of both.  When doing this, however, it is not uncommon for little traps to come out [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/uiscrollview-has-a-secret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editorial: Your Reviews May Be Hurting You</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/reviews-may-be-hurting-you/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/reviews-may-be-hurting-you/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:26:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[android market]]></category>
		<category><![CDATA[app store]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=56</guid>
		<description><![CDATA[Normally, I target developers in my posts, but today I had a special message that I wanted to send out to the user community.  I&#8217;ve noticed a trend over the past year that troubles me some about the way users are using their reviewing power in places like the App Store or the Android Market. [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/reviews-may-be-hurting-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>App Released: Ohm&#8217;s Best</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/app-released-ohms-best/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/app-released-ohms-best/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:06:35 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=54</guid>
		<description><![CDATA[Today Wireless Designs released Ohm&#8217;s Best for the iPhone, available for download on the App Store. Ohm&#8217;s Best is an electronics calculator application that allows electronics technicians and electrical engineers to do circuit calculations using real component values that one can actually find and purchase.  This functionality puts reduced design time and frustration right into [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/app-released-ohms-best/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What&#8217;s awakeFromNib for?</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/awakefromnib/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/awakefromnib/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:43:40 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[awakeFromNib]]></category>
		<category><![CDATA[UIKit]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=48</guid>
		<description><![CDATA[Sometimes traversing through the life-cycle callbacks of view loading on the iPhone still gives me a headache.  Especially when using Interface Builder (IB) as part of the UI development, finding the right method to override in order to get your custom drawing/init/etc. done can be more difficult than it may seem.  Recently, I was lost [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/awakefromnib/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Get Lost! Tag your Comments!</title>
		<link>http://wiresareobsolete.com/wordpress/2010/02/tag-your-comments/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/02/tag-your-comments/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:54:38 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=42</guid>
		<description><![CDATA[Project Management, like version control, is something every developer should always be doing at some level in their work&#8230;period.  Regardless of the size and scope of a project, basic task management keeps things moving in the right direction.  However, I&#8217;m not saying that this should require some elaborate process either.  Oftentimes, a complex process can [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/02/tag-your-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Tip: Info Button Woes</title>
		<link>http://wiresareobsolete.com/wordpress/2010/02/iphone-tip-info-button-woes/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/02/iphone-tip-info-button-woes/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:23:05 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[UIButton]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=36</guid>
		<description><![CDATA[Today&#8217;s tip is a simple solution to a common problem.  The fix for this problem is all over the internet, but none of the places I visited seemed to give the whole story, they only revealed a piece of the puzzle (sorry for the cliché).  All of us who use the iPhone with any frequency [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/02/iphone-tip-info-button-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

