We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pleaseWait() UIApplication.shared.keyWindow?.rootViewController = UIViewController() clearAllNotice() 在任意controller里执行完以上代码跳转到新的controller之后,旧controller的view没有被释放
The text was updated successfully, but these errors were encountered:
找到原因了,是因为rv一直持有当前view
Sorry, something went wrong.
No branches or pull requests
pleaseWait()
UIApplication.shared.keyWindow?.rootViewController = UIViewController()
clearAllNotice()
在任意controller里执行完以上代码跳转到新的controller之后,旧controller的view没有被释放
The text was updated successfully, but these errors were encountered: