実機でLeaksを使ってメモりリークのテストをしていたのですが、どうもUICachedDe
Topic : [iPhone] UICachedDe
viceWhiteC olor showing as memory leak in Leaks I had similar problem. After lots of trial-and-
error I figured out that "Info Light" button - which was added using IB - on my navigation bar's right bar button item caused this. So I removed "Info Light" button from XIB and create it programmat
ically, and then the UICachedDe viceWhiteC olor is finally disappeare d. http://dis
cussions.a pple.com/t hread.jspa ?messageID= 9368037&tstart=0
これによると、XIBを使って"Info Light"を配置していると、このリークが発生するということで、対応としてXIBから削除、code中から配置するようにしたら、リークが解消されたということでした。
私のXIBではRound Rect Buttonを"Add Contact"タイプにして配置しており、それが原因だったようです。
posted by
satoko
on Mon 18 May 2009
at 01:28