Commit 268e9a05 authored by Sandy's avatar Sandy

鲜丰水果2.0.14

parent 79c7d6bd
No preview for this file type
......@@ -77,7 +77,7 @@
self.tableView.dataSource = self;
self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
[self.view addSubview:self.tableView];
self.tableView.contentInset = UIEdgeInsetsMake(0, 0, 100, 0);
NSArray *arr = @[@"商品",@"待收包装数",@"已收包装数", @"已运包装数"];
HeaderCell *headCell = [[HeaderCell alloc]initWithFrame:CGRectMake(0, 0, ScreenSize.width, 38) withArr:arr withHiddenEdit:self.isHiddenAdd];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment