top | item 6768556

(no title)

adamcavalli | 12 years ago

typeof(self) __weak weakSelf = self;

self.block = ^{ typeof(self) strongSelf = weakSelf; if (strongSelf) { // ... } };

discuss

order

No comments yet.