@@ -660,7 +660,7 @@
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
{
- return 1;
+ return [[sectionDataSource.sectionArrayRow allKeys] count];
}
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section