- (IBaction)switchview6:(id)sender {
information *info = [[Information alloc] initWithNibName:nil bundle nil];
[self presentModalViewController:info animated:YES]; }
然後我得到這個錯誤:對象的潛在泄漏在線23分配,並存儲到「信息」
Potential leak of an object allocated on line 23 and stored into "info"
請我的朋友我怎麼解決這個問題?如果它是正確的,你能輸入確切的一行嗎? 我讀了很多我無法理解的話題。
你[在Objective-C內存管理(HTTPS聽說過://開發商。 apple.com/library/ios/#documentation/cocoa/conceptual/MemoryMgmt/Articles/mmRules.html#//apple_ref/doc/uid/20000994-BAJHFBGH)?不要要求我們爲你寫代碼。這不是問答論壇。 – 0x8badf00d 2012-03-09 00:09:30