mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-20 16:35:35 +08:00
Cleaned up miscellaneous artifacts from squashing object mapping 2.0
This commit is contained in:
@@ -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!
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user