0
我想創建一個tableviewcell並添加它的視圖(不泰伯維)作爲創建的UITableViewCell編程
CGRect aframe=CGRectMake(20, 20, 200, 200);
UITableViewCell *cell =[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:nil];
cell.frame=aframe;
[self.view addSubview:cell];
但是這是行不通的。 我們不能獨立創建細胞並添加到我們的視圖
Alex可能是對的。我可以想象它至少有一些「應該顯示」 - 「應該緩存」的方法,這些方法需要從作爲代理的UITableView中調用。 – RickiG 2010-06-17 18:36:15