TUINewFriendViewController Class Reference
| Inherits from | UIViewController | 
|---|---|
| Declared in | TUINewFriendViewController.h TUINewFriendViewController.m  | 
Overview
【模块名称】好友申请界面(TUINewFriendViewController) 【功能说明】负责拉取好友申请信息,并在界面中显示。 通过本界面,您可以查看自己收到的好友请求,并进行同意/拒绝申请的操作。
Other Methods
– tableView:numberOfRowsInSection:
	- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section– tableView:heightForRowAtIndexPath:
	- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath– tableView:heightForFooterInSection:
	- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section– tableView:cellForRowAtIndexPath:
	- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath– tableView:shouldHighlightRowAtIndexPath:
	- (BOOL)tableView:(UITableView *)tableView shouldHighlightRowAtIndexPath:(NSIndexPath *)indexPath– tableView:canEditRowAtIndexPath:
	- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath– tableView:commitEditingStyle:forRowAtIndexPath:
	- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath