Instruments はこれをメモリ リークとして報告します (98.6%、それが何を意味するにせよ):
[[NSNotificationCenter defaultCenter] postNotificationName:kNotificationSomeNotification object:self];
「self」はUIImageViewのサブクラスです。通知に「self」が含まれていると、メモリ リークが発生しますか? もしそうなら、どのように解決しますか?
Instruments はこれをメモリ リークとして報告します (98.6%、それが何を意味するにせよ):
[[NSNotificationCenter defaultCenter] postNotificationName:kNotificationSomeNotification object:self];
「self」はUIImageViewのサブクラスです。通知に「self」が含まれていると、メモリ リークが発生しますか? もしそうなら、どのように解決しますか?