Table view cells showing actual data only after scrolling once
问题 NSArray *sectionArray; int sectionCount=0; NSDictionary *orderedData; NSString *checkInStr, *checkOutStr; NSString *govtTaxes, *enhancementTotal, *grandTotal; - (void)viewDidLoad { [super viewDidLoad]; [self setupTable]; [self.bookingsTableView reloadData]; } - (void)didReceiveMemoryWarning { [super didReceiveMemoryWarning]; } -(void)viewDidDisappear:(BOOL)animated { if(doesSendNotification){ NSLog(@"summary view disappeared"); [[NSNotificationCenter defaultCenter] postNotificationName:@