<?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>Awkward Silence</title>
	<atom:link href="http://tom.wilcoxen.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.wilcoxen.org</link>
	<description></description>
	<lastBuildDate>Wed, 07 Mar 2012 05:31:22 +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>Disclosure Indicator or Detail Disclosure</title>
		<link>http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/</link>
		<comments>http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 05:31:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[TableView]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=8</guid>
		<description><![CDATA[I&#8217;ll post this just to show how wet I am behind the ears&#8230; When setting up a bunch of TableViews for lists and detail views, I came to need both the Disclosure Indicator and the Detail Disclosure. I understand when &#8230; <a href="http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll post this just to show how wet I am behind the ears&#8230; When setting up a bunch of TableViews for lists and detail views, I came to need both the Disclosure Indicator and the Detail Disclosure. I understand when one is used vs. the other, but wasn&#8217;t familiar with working with them in code.</p>
<p>The long and short of it is, the Disclosure Indicator is pure eye candy. There is no callback, no way to create an IBAction for it (even if you press the control key really hard&#8230;) nothing. You just handle the row taps like any other:</p>
<pre class="brush: objc; title: ; notranslate">tableView: didSelectRowAtIndexPath:</pre>
<p>Detail Disclosure gets a shiny action all it&#8217;s own, built in to every NSTableViewController as part of the delegate:</p>
<pre class="brush: objc; title: ; notranslate">tableView: accessoryButtonTappedForRowWithIndexPath:</pre>
<p>I guess the 3d look of the Detail Disclosure vs. the flat Disclosure Indicator is a clue, but sadly it was lost on me for too long as I was working through so much else.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2012/03/disclosure-indicator-or-detail-disclosure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fresh Start</title>
		<link>http://tom.wilcoxen.org/2012/03/fresh-start/</link>
		<comments>http://tom.wilcoxen.org/2012/03/fresh-start/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 05:08:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://tom.wilcoxen.org/?p=5</guid>
		<description><![CDATA[After having my old site hacked and blacklisted, I decided the most expedient cure was the old slash and burn. I may try to recover the old posts from a db backup, but since the, ahem, newest, was over a &#8230; <a href="http://tom.wilcoxen.org/2012/03/fresh-start/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After having my old site hacked and blacklisted, I decided the most expedient cure was the old slash and burn. I may try to recover the old posts from a db backup, but since the, ahem, newest, was over a year old, I don&#8217;t see a lot of value in spending the time.</p>
<p>If you&#8217;ve still got me in your RSS from my RoR days, you may want to change channels. I may post occasionally on RoR, but mostly for now anyway, the topics will revolve around iOS. After several fruitless years in the Apple Developer program, I finally got off my duff and started an app for real. It&#8217;s been great, and I&#8217;m looking to post some notes on things I&#8217;ve sorted out along the way.</p>
<p>There&#8217;s already a ton of great documentation (thanks SO!) but sometimes it seems I have to assimilate a multitude of notes to patch together a solution. I&#8217;m looking at you, DatePicker, NSDate/NSTimeZone/NSCalendarComponents and Core Data and NSPredicate&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.wilcoxen.org/2012/03/fresh-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

