1
A
回答
2
如果你只是做
UIAlertView* alert = [[UIAlertView alloc] initWithTitle...];
[alert show];
[alert release];
那麼就沒有必要擔心。但是,如果將警報的委託設置爲某個對象,請確保在用戶點擊警報中的按鈕時該對象仍然存在 - 否則當警報嘗試調用alertView:didDismissWithButtonIndex:delegate方法時,您的應用程序將崩潰。
相關問題
- 1. Uialertview和內存管理
- 2. iphone中的內存管理cocos2d
- 3. 的Cocos2D場景內存管理
- 4. UIAlertView中和內存泄漏
- 5. IOS內存和內存管理
- 6. NSString和NSData內存管理
- 7. UIPopoverController和內存管理
- 8. HoughLinesP和opencv內存管理
- 9. 內存管理和Tkinter
- 10. popToViewController和內存管理
- 11. 內存管理和進程
- 12. 會話管理和內存
- 13. UIView和內存管理
- 14. iPhone:CoreGraphics和內存管理
- 15. iOS和內存管理
- 16. memcpy和內存管理pcap
- 17. 塊和內存管理
- 18. Xamarin UIPageViewController和內存管理
- 19. 內存和範圍管理
- 20. removeFromSuperview和內存管理
- 21. 內存管理
- 22. 內存管理
- 23. 內存管理
- 24. 內存管理
- 25. 內存管理
- 26. 內存管理
- 27. 內存管理
- 28. 內存管理
- 29. 內存管理
- 30. 內存管理
你可以發佈你創建和顯示它的代碼,以及你釋放它的代碼嗎? – drewag 2011-04-03 21:55:32