2

我的问题是为什么

[myButton addTarget:self action:@selector(myAction) forControlEvents:UIControlEventTouchUpInside];

它不是保留和

mytimer = [NSTimer scheduledTimerWithTimeInterval:1.0f
                                          target:self
                                        selector:@selector(_timerFired:)
                                        userInfo:nil
                                         repeats:YES];

被保留,两者都有目标自我,所以为什么一个保留而另一个不保留。@结尾

4

1 回答 1

2
于 2014-07-17T06:25:16.797 回答