我想添加一個uiviewcontroller的視圖,它有一個按鈕和幾個標籤作爲uitableviewcell的內容視圖。如何將uiviewcontroller的視圖作爲內容視圖添加到uitableviewcell?
雖然我能夠添加但按鈕操作導致崩潰。
MyViewController *controller = [[MyViewController alloc] initwithnibname:@"MyView" bundle:nil];
[cell.contentview addsubview:controller.view];
[controller release]; // if i comment out this part the button action is received by my view controller.
但是,從視圖中刪除時存在內存泄漏。 myviewcontroller的dealloc不被調用。
這樣做的正確方法是什麼?
添加的看法,對此有一個按鈕,並通過 的視圖 - 控制
如何確保存儲處理一個UITableView細胞 被釋放 當視圖超出範圍?
TIA, 普利文
發表一些崩潰日誌避免這種情況。檢查您的控制檯。 – 2011-04-08 15:52:39