Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 SVProgressHUD。
调用后[SVProgressHUD dismissWithSuccess:@"blabla"];,我无法再与我的应用程序交互。我需要重新启动它才能解决用户交互问题。
[SVProgressHUD dismissWithSuccess:@"blabla"];
有任何想法吗?
您必须在 HUD 上使用 ARC,添加-fobjc-arc
-fobjc-arc