我已經創建了一個表格視圖,從數組中拉出它的單元格。表視圖推到新視圖XIB的
每個單元格需要推送到不同的視圖...我無法找到分接單元格的值。它需要一個條件語句,但沒有價值,我不能推的觀點:(以下
是我didSelectRowAtIndexPath方法
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// Navigation logic may go here. Create and push another view controller.
if(){
SendSms *detailViewController = [[SendSms alloc] initWithNibName:@"SendSms" bundle:nil];
[self.navigationController pushViewController:detailViewController animated:YES];
[detailViewController release];
}
}
您將看到如果語句是空的片段......我需要的列的值推到推到另一個視圖控制器。
請幫幫忙!謝謝
謝謝。我只是努力了:)看到你的後幾秒後!不管怎麼說,還是要謝謝你! – MrPink 2011-03-18 10:55:43