bitnpc

Results 1 issues of bitnpc

In ViewController.m if using [weakScrollView finishLoading] without dispatch_after, the scrollView can't go back. `- (void)loadItems { __weak typeof(UIScrollView *) weakScrollView = self.scrollView; __weak typeof(self) weakSelf = self; // dispatch_time_t popTime...