"viewController implementation of -viewDidUnload caused the view to be reloaded. This will adversely impact system performance."
low memory warning 시에 이런 메세지가 뜬다면, viewController 의 viewDidUnload 의 코드중에 view 를 다시 load 하게 만드는 코드가 존재하는 것이다.
self.view
self.tableView
이런식의 코드들은 view 를 다시 load 하게 만드므로 viewDidUnload 에는 넣지 말도록 하자.
'Mobile > iOS문제' 카테고리의 다른 글
Unbalanced calls to begin/end appearange transitions for (0) | 2012.07.17 |
---|---|
UITableView 아이패드 배경색 변경 (0) | 2012.07.05 |
[SVN] @2x add, delete 등 명령어 사용하기 (0) | 2012.07.04 |
UITapGesture 사용시 UIButton 미동작 (0) | 2012.06.04 |
Archive 후 Organizer 에 보이지 않는 현상 (0) | 2012.05.15 |