Cleaned up miscellaneous artifacts from squashing object mapping 2.0

This commit is contained in:
Blake Watters
2011-06-11 20:19:52 -04:00
parent 8aef0a36b5
commit 8e5fa664e8
10 changed files with 186 additions and 385 deletions

View File

@@ -16,12 +16,13 @@
- (id)initWithNavigatorURL:(NSURL *)URL query:(NSDictionary *)query {
if (self = [super initWithNavigatorURL:URL query:query]) {
self.title = @"Topics";
_tableTitleHeaderLabel.text = @"Recent Topics";
}
return self;
}
- (void)createModel {
- (void)loadView {
[super loadView];
/**
Map loaded objects into Three20 Table Item instances!
*/