winterlow
winterlow
UITabBarController -UINavigationController1 --UIViewController1 ---ASTableNode1 -UINavigationController2 -UINavigationController3 -UINavigationController4 This is part of structure of my app, I clicked a row in the tableNode in order to pop-up a UIViewController,but actually the...
In first controller WEAK_SELF(weakSelf); JSHCCommentDeatilController *jvc = [[JSHCCommentDeatilController alloc] initWithModel:model]; jvc.callback = ^{ [weakSelf performSelector:@selector(doNetworkRequestForNewsDetail) withObject:nil afterDelay:0.5]; }; [self.navigationController pushViewController:jvc animated:YES]; In SEL doNetworkRequestForNewsDetail, if successed,the controller will reload the...