- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
2014年8月27日 星期三
notification results in “unrecognized selector sent to instance…”
NSNotificationCenter try to post it when Observer had release.
So, just need to remove Observer.
2014年8月7日 星期四
2014年8月4日 星期一
訂閱:
文章 (Atom)