|
@@ -27,7 +27,7 @@
|
|
[self setDisplayConversationTypes:@[@(ConversationType_PRIVATE),@(ConversationType_GROUP),@(ConversationType_SYSTEM)]];
|
|
[self setDisplayConversationTypes:@[@(ConversationType_PRIVATE),@(ConversationType_GROUP),@(ConversationType_SYSTEM)]];
|
|
//聚合会话类型
|
|
//聚合会话类型
|
|
self.topTitle = @"聊天消息";
|
|
self.topTitle = @"聊天消息";
|
|
- [self setCollectionConversationType:@[ @(ConversationType_SYSTEM)]];
|
|
|
|
|
|
+ [self setCollectionConversationType:@[@(ConversationType_SYSTEM)]];
|
|
}
|
|
}
|
|
return self;
|
|
return self;
|
|
}
|
|
}
|
|
@@ -36,6 +36,7 @@
|
|
[super viewDidLoad];
|
|
[super viewDidLoad];
|
|
// Do any additional setup after loading the view.
|
|
// Do any additional setup after loading the view.
|
|
[self allocTitle:self.topTitle];
|
|
[self allocTitle:self.topTitle];
|
|
|
|
+ self.stateView.center = CGPointMake(self.view.centerX, self.view.centerY - 30);
|
|
[self configUI];
|
|
[self configUI];
|
|
}
|
|
}
|
|
|
|
|
|
@@ -49,7 +50,6 @@
|
|
[self allocLeftButton];
|
|
[self allocLeftButton];
|
|
self.conversationListTableView.tableHeaderView = [UIView new];
|
|
self.conversationListTableView.tableHeaderView = [UIView new];
|
|
}
|
|
}
|
|
- self.stateView.center = CGPointMake(self.view.centerX, self.view.centerY - 30);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- (void)allocLeftButton {
|
|
- (void)allocLeftButton {
|