TuDoudong
TuDoudong
系统api改了,按照提示修改就可以了
顶一个,目前我也需要,在考虑是换一个还是改目前的
估计很难,因为语言的特性,Swift 没有oc 的动态性 很难做一个UI库
我的也是 [self.navigationController popToRootViewControllerAnimated:YES] 发生泄漏 不过 [self.navigationController popToRootViewControllerAnimated:NO] 就不会发生泄漏 在dealloc 里面已经确认过,代码是在退出登录 切换rootviewcontroller 造成的 if (weakself.navigationController) { [weakself.navigationController popToRootViewControllerAnimated:YES]; }else{ [weakself dismissViewControllerAnimated:YES completion:nil]; } LoginNewController *loginNewVC = [[LoginNewController alloc] init]; AppDelegate *delegateB...
Thank you for your answer, but I use iPhone6 and the mobile phone system is iOS12. When I was not connected to the mobile phone and Xcode to debug, I...
大佬,知道什么原因了么