2011-02-10 8 views

答えて

1

別のビュー内にUITableViewをネストするのではなく、UITableViewControllerとしてください。

私はを使用してからUIViewUITableViewDelegate内に提供します。

- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section 
- (UIView *) tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section 
関連する問題