|
|
@@ -365,7 +365,7 @@
|
|
|
}
|
|
|
|
|
|
- (UIView *)tableFoorView{
|
|
|
- UIView *bgView = [[UIView alloc] initWithFrame:(CGRectMake(0, 0, SCREEN_W, 48.f))];
|
|
|
+ UIView *bgView = [[UIView alloc] initWithFrame:(CGRectMake(0, 0, SCREEN_W, 48.f + 40))];
|
|
|
[bgView setBackgroundColor:[UIColor clearColor]];
|
|
|
|
|
|
tvP2PBtn = [[UIButton alloc] initWithFrame:(CGRectMake(15, 20, SCREEN_W - 2*15.f, 48.f))];
|