iOS中block的詳解weakSelf、strongSelf-轉自唐巧

1 咱們知道,在使用 block 的時候,爲了不產生循環引用,一般須要使用 weakSelf 與 strongSelf,寫下面這樣的代碼:html __weak typeof(self) weakSelf = self; [self doSomeBlockJob:^{ __strong typeof(weakSelf) strongSelf = weakSelf; if (stro
相關文章
相關標籤/搜索