Skip to content

Commit

Permalink
[TIMOB-19565] Fix default TableView section height
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Sep 22, 2015
1 parent eb7369e commit a834a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIListView.m
Expand Up @@ -1472,7 +1472,7 @@ - (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger
return [self sectionView:section forLocation:@"footerView" section:nil];
}

#define DEFAULT_SECTION_HEADERFOOTER_HEIGHT 20.0
#define DEFAULT_SECTION_HEADERFOOTER_HEIGHT 29.0

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
{
Expand Down

0 comments on commit a834a18

Please sign in to comment.