fixed:首页&消息页面&看看页面&服务等页面的适配
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
-(void)setUI{
|
||||
|
||||
self.tableView = [[UITableView alloc] init ];
|
||||
self.tableView.frame =CGRectMake(0,0, self.view.frame.size.width,self.view.frame.size.height);
|
||||
self.tableView.frame =CGRectMake(0,0, self.view.frame.size.width,self.view.frame.size.height-TOP_HEIGHT);
|
||||
self.tableView.delegate = self;
|
||||
self.tableView.dataSource = self;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user