<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,8 +13,10 @@
 #import &quot;Feed.h&quot;
 #import &quot;Post.h&quot;
 
-@interface RootViewController : UITableViewController {
+@interface RootViewController : UIViewController {
   Feed *feed;
+  
+  IBOutlet UITableView *tableView;
 }
 
 - (void)feedDidFinishLoading;</diff>
      <filename>Classes/RootViewController.h</filename>
    </modified>
    <modified>
      <diff>@@ -47,8 +47,8 @@
 }
 
 
-- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
-	
+- (UITableViewCell *)tableView:(UITableView *)aTableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
+	NSLog(@&quot;asked for cell!&quot;);
   RootPostCellView *cell;
 	if (indexPath.row &lt; [[feed posts] count]) {
     Post *post = [[feed posts] objectAtIndex:indexPath.row];
@@ -68,7 +68,7 @@
 }
 
 
- - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
+ - (void)tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
   // Tapped a post cell
   if (indexPath.row &lt; [[feed posts] count]) {
     RootPostCellView *cell = (RootPostCellView *)[tableView cellForRowAtIndexPath:indexPath];
@@ -87,11 +87,11 @@
 }
 
 - (void)feedDidFinishLoading {
-  [[self tableView] reloadData];
+  [tableView reloadData];
   if (feed.lastPageLoaded == 1) {
-    [[self tableView] scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
+    [tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] atScrollPosition:UITableViewScrollPositionMiddle animated:YES];
   }
-  [[self tableView] deselectRowAtIndexPath:[[self tableView] indexPathForSelectedRow] animated:YES];
+  [tableView deselectRowAtIndexPath:[tableView indexPathForSelectedRow] animated:YES];
   
   self.title = [feed storyName];
   
@@ -107,7 +107,7 @@
   [detailViewController release];
   
   // Remove loading status from tapped cell
-  [(RootPostCellView *)[[self tableView] cellForRowAtIndexPath:[[self tableView] indexPathForSelectedRow]] setLoading:NO];
+  [(RootPostCellView *)[tableView cellForRowAtIndexPath:[tableView indexPathForSelectedRow]] setLoading:NO];
   
   [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:NO];
 }
@@ -154,6 +154,7 @@
 
 - (void)viewWillAppear:(BOOL)animated {
 	[super viewWillAppear:animated];
+  [tableView deselectRowAtIndexPath:[tableView indexPathForSelectedRow] animated:YES];
 }
 
 - (void)viewDidAppear:(BOOL)animated {</diff>
      <filename>Classes/RootViewController.m</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
 		&lt;string key=&quot;IBDocument.HIToolboxVersion&quot;&gt;352.00&lt;/string&gt;
 		&lt;object class=&quot;NSMutableArray&quot; key=&quot;IBDocument.EditedObjectIDs&quot;&gt;
 			&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
-			&lt;integer value=&quot;3&quot;/&gt;
+			&lt;integer value=&quot;12&quot;/&gt;
 		&lt;/object&gt;
 		&lt;object class=&quot;NSArray&quot; key=&quot;IBDocument.PluginDependencies&quot;&gt;
 			&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
@@ -22,24 +22,41 @@
 			&lt;object class=&quot;IBProxyObject&quot; id=&quot;500153577&quot;&gt;
 				&lt;string key=&quot;IBProxiedObjectIdentifier&quot;&gt;IBFirstResponder&lt;/string&gt;
 			&lt;/object&gt;
-			&lt;object class=&quot;IBUITableView&quot; id=&quot;708052741&quot;&gt;
+			&lt;object class=&quot;IBUIView&quot; id=&quot;696943389&quot;&gt;
 				&lt;reference key=&quot;NSNextResponder&quot;/&gt;
-				&lt;int key=&quot;NSvFlags&quot;&gt;274&lt;/int&gt;
-				&lt;string key=&quot;NSFrameSize&quot;&gt;{320, 460}&lt;/string&gt;
+				&lt;int key=&quot;NSvFlags&quot;&gt;292&lt;/int&gt;
+				&lt;object class=&quot;NSMutableArray&quot; key=&quot;NSSubviews&quot;&gt;
+					&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
+					&lt;object class=&quot;IBUITableView&quot; id=&quot;1052176211&quot;&gt;
+						&lt;reference key=&quot;NSNextResponder&quot; ref=&quot;696943389&quot;/&gt;
+						&lt;int key=&quot;NSvFlags&quot;&gt;274&lt;/int&gt;
+						&lt;string key=&quot;NSFrameSize&quot;&gt;{320, 416}&lt;/string&gt;
+						&lt;reference key=&quot;NSSuperview&quot; ref=&quot;696943389&quot;/&gt;
+						&lt;object class=&quot;NSColor&quot; key=&quot;IBUIBackgroundColor&quot;&gt;
+							&lt;int key=&quot;NSColorSpace&quot;&gt;1&lt;/int&gt;
+							&lt;bytes key=&quot;NSRGB&quot;&gt;MC4xOTYwNzg0MyAwLjE5NjA3ODQzIDAuMTk2MDc4NDMAA&lt;/bytes&gt;
+						&lt;/object&gt;
+						&lt;bool key=&quot;IBUIOpaque&quot;&gt;NO&lt;/bool&gt;
+						&lt;bool key=&quot;IBUIClipsSubviews&quot;&gt;YES&lt;/bool&gt;
+						&lt;bool key=&quot;IBUIClearsContextBeforeDrawing&quot;&gt;NO&lt;/bool&gt;
+						&lt;bool key=&quot;IBUIDelaysContentTouches&quot;&gt;NO&lt;/bool&gt;
+						&lt;int key=&quot;IBUISectionIndexMinimumDisplayRowCount&quot;&gt;0&lt;/int&gt;
+						&lt;bool key=&quot;IBUIShowsSelectionImmediatelyOnTouchBegin&quot;&gt;YES&lt;/bool&gt;
+						&lt;float key=&quot;IBUIRowHeight&quot;&gt;7.000000e+01&lt;/float&gt;
+						&lt;float key=&quot;IBUISectionHeaderHeight&quot;&gt;2.700000e+01&lt;/float&gt;
+						&lt;float key=&quot;IBUISectionFooterHeight&quot;&gt;2.700000e+01&lt;/float&gt;
+					&lt;/object&gt;
+				&lt;/object&gt;
+				&lt;string key=&quot;NSFrameSize&quot;&gt;{320, 416}&lt;/string&gt;
 				&lt;reference key=&quot;NSSuperview&quot;/&gt;
 				&lt;object class=&quot;NSColor&quot; key=&quot;IBUIBackgroundColor&quot;&gt;
-					&lt;int key=&quot;NSColorSpace&quot;&gt;1&lt;/int&gt;
-					&lt;bytes key=&quot;NSRGB&quot;&gt;MC4xOTYwNzg0MyAwLjE5NjA3ODQzIDAuMTk2MDc4NDMAA&lt;/bytes&gt;
+					&lt;int key=&quot;NSColorSpace&quot;&gt;3&lt;/int&gt;
+					&lt;bytes key=&quot;NSWhite&quot;&gt;MQA&lt;/bytes&gt;
+					&lt;object class=&quot;NSColorSpace&quot; key=&quot;NSCustomColorSpace&quot;&gt;
+						&lt;int key=&quot;NSID&quot;&gt;2&lt;/int&gt;
+					&lt;/object&gt;
 				&lt;/object&gt;
-				&lt;bool key=&quot;IBUIOpaque&quot;&gt;NO&lt;/bool&gt;
-				&lt;bool key=&quot;IBUIClipsSubviews&quot;&gt;YES&lt;/bool&gt;
 				&lt;bool key=&quot;IBUIClearsContextBeforeDrawing&quot;&gt;NO&lt;/bool&gt;
-				&lt;bool key=&quot;IBUIDelaysContentTouches&quot;&gt;NO&lt;/bool&gt;
-				&lt;int key=&quot;IBUISectionIndexMinimumDisplayRowCount&quot;&gt;0&lt;/int&gt;
-				&lt;bool key=&quot;IBUIShowsSelectionImmediatelyOnTouchBegin&quot;&gt;YES&lt;/bool&gt;
-				&lt;float key=&quot;IBUIRowHeight&quot;&gt;7.000000e+01&lt;/float&gt;
-				&lt;float key=&quot;IBUISectionHeaderHeight&quot;&gt;2.700000e+01&lt;/float&gt;
-				&lt;float key=&quot;IBUISectionFooterHeight&quot;&gt;2.700000e+01&lt;/float&gt;
 			&lt;/object&gt;
 		&lt;/object&gt;
 		&lt;object class=&quot;IBObjectContainer&quot; key=&quot;IBDocument.Objects&quot;&gt;
@@ -49,33 +66,33 @@
 					&lt;object class=&quot;IBCocoaTouchOutletConnection&quot; key=&quot;connection&quot;&gt;
 						&lt;string key=&quot;label&quot;&gt;view&lt;/string&gt;
 						&lt;reference key=&quot;source&quot; ref=&quot;372490531&quot;/&gt;
-						&lt;reference key=&quot;destination&quot; ref=&quot;708052741&quot;/&gt;
+						&lt;reference key=&quot;destination&quot; ref=&quot;696943389&quot;/&gt;
 					&lt;/object&gt;
-					&lt;int key=&quot;connectionID&quot;&gt;5&lt;/int&gt;
+					&lt;int key=&quot;connectionID&quot;&gt;11&lt;/int&gt;
 				&lt;/object&gt;
 				&lt;object class=&quot;IBConnectionRecord&quot;&gt;
 					&lt;object class=&quot;IBCocoaTouchOutletConnection&quot; key=&quot;connection&quot;&gt;
-						&lt;string key=&quot;label&quot;&gt;dataSource&lt;/string&gt;
-						&lt;reference key=&quot;source&quot; ref=&quot;708052741&quot;/&gt;
-						&lt;reference key=&quot;destination&quot; ref=&quot;372490531&quot;/&gt;
+						&lt;string key=&quot;label&quot;&gt;tableView&lt;/string&gt;
+						&lt;reference key=&quot;source&quot; ref=&quot;372490531&quot;/&gt;
+						&lt;reference key=&quot;destination&quot; ref=&quot;1052176211&quot;/&gt;
 					&lt;/object&gt;
-					&lt;int key=&quot;connectionID&quot;&gt;6&lt;/int&gt;
+					&lt;int key=&quot;connectionID&quot;&gt;13&lt;/int&gt;
 				&lt;/object&gt;
 				&lt;object class=&quot;IBConnectionRecord&quot;&gt;
 					&lt;object class=&quot;IBCocoaTouchOutletConnection&quot; key=&quot;connection&quot;&gt;
-						&lt;string key=&quot;label&quot;&gt;delegate&lt;/string&gt;
-						&lt;reference key=&quot;source&quot; ref=&quot;708052741&quot;/&gt;
+						&lt;string key=&quot;label&quot;&gt;dataSource&lt;/string&gt;
+						&lt;reference key=&quot;source&quot; ref=&quot;1052176211&quot;/&gt;
 						&lt;reference key=&quot;destination&quot; ref=&quot;372490531&quot;/&gt;
 					&lt;/object&gt;
-					&lt;int key=&quot;connectionID&quot;&gt;7&lt;/int&gt;
+					&lt;int key=&quot;connectionID&quot;&gt;14&lt;/int&gt;
 				&lt;/object&gt;
 				&lt;object class=&quot;IBConnectionRecord&quot;&gt;
 					&lt;object class=&quot;IBCocoaTouchOutletConnection&quot; key=&quot;connection&quot;&gt;
-						&lt;string key=&quot;label&quot;&gt;tableView&lt;/string&gt;
-						&lt;reference key=&quot;source&quot; ref=&quot;372490531&quot;/&gt;
-						&lt;reference key=&quot;destination&quot; ref=&quot;708052741&quot;/&gt;
+						&lt;string key=&quot;label&quot;&gt;delegate&lt;/string&gt;
+						&lt;reference key=&quot;source&quot; ref=&quot;1052176211&quot;/&gt;
+						&lt;reference key=&quot;destination&quot; ref=&quot;372490531&quot;/&gt;
 					&lt;/object&gt;
-					&lt;int key=&quot;connectionID&quot;&gt;8&lt;/int&gt;
+					&lt;int key=&quot;connectionID&quot;&gt;15&lt;/int&gt;
 				&lt;/object&gt;
 			&lt;/object&gt;
 			&lt;object class=&quot;IBMutableOrderedSet&quot; key=&quot;objectRecords&quot;&gt;
@@ -101,10 +118,19 @@
 						&lt;reference key=&quot;parent&quot; ref=&quot;360949347&quot;/&gt;
 					&lt;/object&gt;
 					&lt;object class=&quot;IBObjectRecord&quot;&gt;
-						&lt;int key=&quot;objectID&quot;&gt;3&lt;/int&gt;
-						&lt;reference key=&quot;object&quot; ref=&quot;708052741&quot;/&gt;
+						&lt;int key=&quot;objectID&quot;&gt;10&lt;/int&gt;
+						&lt;reference key=&quot;object&quot; ref=&quot;696943389&quot;/&gt;
+						&lt;object class=&quot;NSMutableArray&quot; key=&quot;children&quot;&gt;
+							&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
+							&lt;reference ref=&quot;1052176211&quot;/&gt;
+						&lt;/object&gt;
 						&lt;reference key=&quot;parent&quot; ref=&quot;360949347&quot;/&gt;
 					&lt;/object&gt;
+					&lt;object class=&quot;IBObjectRecord&quot;&gt;
+						&lt;int key=&quot;objectID&quot;&gt;12&lt;/int&gt;
+						&lt;reference key=&quot;object&quot; ref=&quot;1052176211&quot;/&gt;
+						&lt;reference key=&quot;parent&quot; ref=&quot;696943389&quot;/&gt;
+					&lt;/object&gt;
 				&lt;/object&gt;
 			&lt;/object&gt;
 			&lt;object class=&quot;NSMutableDictionary&quot; key=&quot;flattenedProperties&quot;&gt;
@@ -113,13 +139,17 @@
 					&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
 					&lt;string&gt;-1.CustomClassName&lt;/string&gt;
 					&lt;string&gt;-2.CustomClassName&lt;/string&gt;
-					&lt;string&gt;3.IBEditorWindowLastContentRect&lt;/string&gt;
-					&lt;string&gt;3.IBPluginDependency&lt;/string&gt;
+					&lt;string&gt;10.IBEditorWindowLastContentRect&lt;/string&gt;
+					&lt;string&gt;10.IBPluginDependency&lt;/string&gt;
+					&lt;string&gt;12.IBEditorWindowLastContentRect&lt;/string&gt;
+					&lt;string&gt;12.IBPluginDependency&lt;/string&gt;
 				&lt;/object&gt;
 				&lt;object class=&quot;NSMutableArray&quot; key=&quot;dict.values&quot;&gt;
 					&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
 					&lt;string&gt;RootViewController&lt;/string&gt;
 					&lt;string&gt;UIResponder&lt;/string&gt;
+					&lt;string&gt;{{490, 305}, {320, 416}}&lt;/string&gt;
+					&lt;string&gt;com.apple.InterfaceBuilder.IBCocoaTouchPlugin&lt;/string&gt;
 					&lt;string&gt;{{593, 278}, {320, 460}}&lt;/string&gt;
 					&lt;string&gt;com.apple.InterfaceBuilder.IBCocoaTouchPlugin&lt;/string&gt;
 				&lt;/object&gt;
@@ -144,14 +174,14 @@
 				&lt;/object&gt;
 			&lt;/object&gt;
 			&lt;nil key=&quot;sourceID&quot;/&gt;
-			&lt;int key=&quot;maxID&quot;&gt;9&lt;/int&gt;
+			&lt;int key=&quot;maxID&quot;&gt;19&lt;/int&gt;
 		&lt;/object&gt;
 		&lt;object class=&quot;IBClassDescriber&quot; key=&quot;IBDocument.Classes&quot;&gt;
 			&lt;object class=&quot;NSMutableArray&quot; key=&quot;referencedPartialClassDescriptions&quot;&gt;
 				&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
 				&lt;object class=&quot;IBPartialClassDescription&quot;&gt;
 					&lt;string key=&quot;className&quot;&gt;RootViewController&lt;/string&gt;
-					&lt;string key=&quot;superclassName&quot;&gt;UITableViewController&lt;/string&gt;
+					&lt;string key=&quot;superclassName&quot;&gt;UIViewController&lt;/string&gt;
 					&lt;object class=&quot;NSMutableDictionary&quot; key=&quot;actions&quot;&gt;
 						&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
 						&lt;object class=&quot;NSMutableArray&quot; key=&quot;dict.sortedKeys&quot;&gt;
@@ -165,6 +195,10 @@
 							&lt;string&gt;id&lt;/string&gt;
 						&lt;/object&gt;
 					&lt;/object&gt;
+					&lt;object class=&quot;NSMutableDictionary&quot; key=&quot;outlets&quot;&gt;
+						&lt;string key=&quot;NS.key.0&quot;&gt;tableView&lt;/string&gt;
+						&lt;string key=&quot;NS.object.0&quot;&gt;UITableView&lt;/string&gt;
+					&lt;/object&gt;
 					&lt;object class=&quot;IBClassDescriptionSource&quot; key=&quot;sourceIdentifier&quot;&gt;
 						&lt;string key=&quot;majorKey&quot;&gt;IBProjectSource&lt;/string&gt;
 						&lt;string key=&quot;minorKey&quot;&gt;Classes/RootViewController.h&lt;/string&gt;
@@ -172,11 +206,7 @@
 				&lt;/object&gt;
 				&lt;object class=&quot;IBPartialClassDescription&quot;&gt;
 					&lt;string key=&quot;className&quot;&gt;RootViewController&lt;/string&gt;
-					&lt;string key=&quot;superclassName&quot;&gt;UITableViewController&lt;/string&gt;
-					&lt;object class=&quot;NSMutableDictionary&quot; key=&quot;outlets&quot;&gt;
-						&lt;string key=&quot;NS.key.0&quot;&gt;tableView&lt;/string&gt;
-						&lt;string key=&quot;NS.object.0&quot;&gt;UITableView&lt;/string&gt;
-					&lt;/object&gt;
+					&lt;string key=&quot;superclassName&quot;&gt;UIViewController&lt;/string&gt;
 					&lt;object class=&quot;IBClassDescriptionSource&quot; key=&quot;sourceIdentifier&quot;&gt;
 						&lt;string key=&quot;majorKey&quot;&gt;IBUserSource&lt;/string&gt;
 						&lt;string key=&quot;minorKey&quot;/&gt;</diff>
      <filename>RootViewController.xib</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a9483f027e858d3893392fe3dbaf28763da33f2a</id>
    </parent>
  </parents>
  <author>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </author>
  <url>http://github.com/Squeegy/latest-chatty/commit/68f781cb34b37d8fd7d5371c76248da5575d75a9</url>
  <id>68f781cb34b37d8fd7d5371c76248da5575d75a9</id>
  <committed-date>2008-08-14T17:33:19-07:00</committed-date>
  <authored-date>2008-08-14T17:33:19-07:00</authored-date>
  <message>root view controller is now just a plain view controller</message>
  <tree>dd2d2ec15ece911af6711088bea269ff355ddb91</tree>
  <committer>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </committer>
</commit>
