請問一下,添加一個observer會不會增加對象的引用計數? 如果增加,是不是ARC可以對observer進行刪除?
如果不增加,應該怎麼刪除observer?
多謝
使用ARC也應該刪除observer,創建dealloc 方法,這樣刪除:
-(void)dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; }
也可以不用[super dealloc];不用super用普通方法。
[super dealloc];
數組的Drawable路徑返
C# 用Split分割
靜態分割pContext未知
想知道SQL group b
求大神幫忙看一下c語言字符題
intelliJ IDEA的