393698063 / weakProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weakProxy

用来打破应用中的循环引用

使用实例

#import "MyProxy"
self.timer = [NSTimer scheduledTimerWithTimeInterval:0.5
                                            target:[MyProxy proxyWithTarget:self]
                                            selector:@selector(test)
                                            userInfo:nil
                                            repeats:YES];

About


Languages

Language:Objective-C 100.0%