|
|
@@ -594,18 +594,18 @@
|
|
|
[super didReceiveMemoryWarning];
|
|
|
// Dispose of any resources that can be recreated.
|
|
|
}
|
|
|
--(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
|
|
|
-{
|
|
|
-
|
|
|
- [super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-// [self.itemListTable reloadData];
|
|
|
- NSLog(@"%@",NSStringFromCGRect(self.itemListTable.frame));
|
|
|
-
|
|
|
-
|
|
|
-}
|
|
|
+//-(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
|
|
|
+//{
|
|
|
+//
|
|
|
+// [super didRotateFromInterfaceOrientation:fromInterfaceOrientation];
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//// [self.itemListTable reloadData];
|
|
|
+// NSLog(@"%@",NSStringFromCGRect(self.itemListTable.frame));
|
|
|
+//
|
|
|
+//
|
|
|
+//}
|
|
|
#pragma mark - Table view data source
|
|
|
|
|
|
//- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
|