TUIBlackListController Class Reference
| Inherits from | UITableViewController | 
|---|---|
| Declared in | TUIBlackListController.h TUIBlackListController.m  | 
Overview
【模块名称】黑名单界面(TUIBlackListController) 【功能说明】负责拉取用户的黑名单信息,并在页面中显示。 界面(Controller)提供了黑名单的展示功能,同时也实现了对用户交互动作的响应。 用户也可点击黑名单中的某位用户,将其移出黑名单或对其发送消息。
Other Methods
– tableView:numberOfRowsInSection:
	- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section– tableView:cellForRowAtIndexPath:
	- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath– tableView:heightForRowAtIndexPath:
	- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath– tableView:didSelectRowAtIndexPath:
	- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPathOther Methods
  viewModel
	黑名单界面的视图模型。 负责黑名单数据的拉取、加载等操作。
@property TUIBlackListViewModel *viewModelDeclared In
TUIBlackListController.h