|
@@ -352,9 +352,9 @@
|
|
|
// DebugLog(@"begin edit %@",NSStringFromCGRect(self.cartItemView.frame));
|
|
// DebugLog(@"begin edit %@",NSStringFromCGRect(self.cartItemView.frame));
|
|
|
UIInterfaceOrientation orientation = [[UIApplication sharedApplication]statusBarOrientation];
|
|
UIInterfaceOrientation orientation = [[UIApplication sharedApplication]statusBarOrientation];
|
|
|
if ( UIInterfaceOrientationIsPortrait(orientation))
|
|
if ( UIInterfaceOrientationIsPortrait(orientation))
|
|
|
- self.cartItemView.frame = CGRectMake(0,40,768,880);
|
|
|
|
|
|
|
+ self.cartItemView.frame = CGRectMake(0,40,768,840);
|
|
|
else
|
|
else
|
|
|
- self.cartItemView.frame = CGRectMake(0,40,1024,624);
|
|
|
|
|
|
|
+ self.cartItemView.frame = CGRectMake(0,40,1024,584);
|
|
|
[self.itemListTable setEditing:true animated:YES];
|
|
[self.itemListTable setEditing:true animated:YES];
|
|
|
[self.itemListTable reloadData];
|
|
[self.itemListTable reloadData];
|
|
|
}
|
|
}
|
|
@@ -367,9 +367,9 @@
|
|
|
|
|
|
|
|
UIInterfaceOrientation orientation = [[UIApplication sharedApplication]statusBarOrientation];
|
|
UIInterfaceOrientation orientation = [[UIApplication sharedApplication]statusBarOrientation];
|
|
|
if ( UIInterfaceOrientationIsPortrait(orientation))
|
|
if ( UIInterfaceOrientationIsPortrait(orientation))
|
|
|
- self.cartItemView.frame = CGRectMake(0,40,768,824);
|
|
|
|
|
|
|
+ self.cartItemView.frame = CGRectMake(0,40,768,760);
|
|
|
else
|
|
else
|
|
|
- self.cartItemView.frame = CGRectMake(0,40,1024,568);
|
|
|
|
|
|
|
+ self.cartItemView.frame = CGRectMake(0,40,1024,508);
|
|
|
|
|
|
|
|
[self.itemListTable setEditing:false animated:YES];
|
|
[self.itemListTable setEditing:false animated:YES];
|
|
|
[self.edit_select_arr removeAllObjects];
|
|
[self.edit_select_arr removeAllObjects];
|