基本上我有一個視圖,只有一個表視圖和另一個選項卡,你可以添加到這個表視圖。沒有成功用數據重新載入TableView
- (void) viewWillAppear: (BOOL) animated
{
[ThirdViewController.tableView reloadData];
}
,因爲我得到錯誤Expected ':' before '.' token
:但是當你單擊該選項卡,在它的表視圖心不是更新它的自我,所以我怎麼會在表視圖重新加載數據我都試過了。
所有單元都通過
- (UITableViewCell *)tableView:(UITableView *)aTableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
添加任何幫助將是巨大的
ThirdViewController是一個對象嗎? – EmptyStack 2011-01-07 11:54:39