equal
deleted
inserted
replaced
163 return footer; |
163 return footer; |
164 } else |
164 } else |
165 return nil; |
165 return nil; |
166 } |
166 } |
167 |
167 |
168 -(CGFloat) tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { |
168 - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section { |
169 // image height + label height |
169 // image height + label height |
170 return (section == 1) ? 265 : 20; |
170 return (section == 1) ? 265 : 20; |
171 } |
171 } |
172 |
172 |
173 #pragma mark - |
173 #pragma mark - |