V4.9.9测试版第一次提交 构建版本9.9.1
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
|
||||
}
|
||||
|
||||
|
||||
-(void)initTabWithFrame{
|
||||
|
||||
UIImageView *bakc=[[UIImageView alloc] initWithFrame:CGRectMake(0, 10, self.frame.size.width, self.frame.size.height)];
|
||||
@@ -38,8 +37,7 @@
|
||||
//bakc.backgroundColor = [UIColor redColor];
|
||||
[self addSubview:bakc];
|
||||
|
||||
self.tableView = [[UITableView alloc] init]
|
||||
;
|
||||
self.tableView = [[UITableView alloc] init];
|
||||
|
||||
self.tableView.frame = CGRectMake(0, 0, self.frame.size.width, self.frame.size.height);
|
||||
//self.tableView.frame = CGRectMake(0,12.0, self.frame.size.width, self.frame.size.height);
|
||||
|
||||
Reference in New Issue
Block a user