2010-07-28 6 views

답변

2

당신은 사용할 수 있습니다

- (void)viewWillAppear:(BOOL)animated { 
    // Redisplay the data. 
    [tableView reloadData]; 
} 

이는 TableViewA 표시 할 때마다 호출합니다. // TableViewA에서 푸시 할 때 TableViewB에 개체를 전달합니다.

관련 문제