Skip to content

Commit

Permalink
IM
Browse files Browse the repository at this point in the history
  • Loading branch information
tbl00c committed Aug 8, 2016
1 parent e516a52 commit 651fe6b
Show file tree
Hide file tree
Showing 43 changed files with 174 additions and 166 deletions.
Binary file modified .DS_Store
Binary file not shown.
338 changes: 173 additions & 165 deletions TLChat.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file modified TLChat/SRC/Chat/.DS_Store
Binary file not shown.
Binary file modified TLChat/SRC/Chat/ChatViewController/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (void)viewDidLoad
[super viewDidLoad];
[self.tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];
[self.tableView setBackgroundColor:[UIColor clearColor]];
[self.tableView setTableFooterView:[[UIView alloc] initWithFrame:CGRectMake(0, 0, WIDTH_SCREEN, 20)]];
[self.tableView setTableFooterView:[[UIView alloc] initWithFrame:CGRectMake(0, 0, WIDTH_SCREEN, 10)]];
if (!self.disablePullToRefresh) {
[self.tableView setMj_header:self.refresHeader];
}
Expand Down

0 comments on commit 651fe6b

Please sign in to comment.