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.
我有一个 Iphone 应用程序,在我进行分析时,我在
+[UIActivityIndicatorView _loadResourcesForStyle:]在 UIkit
但是在我的应用程序中,当我搜索时,没有这样的方法。我正在使用 MBProgressbarHUD 类为加载视图设置动画。但我想知道它发生在哪里。有趣的是,它不会一直出现。有时只是,我真的很想知道这个错误可能出现的可能性。有人可以帮我吗?
好吧,它肯定发生在使用UIActivityIndicatorView.
UIActivityIndicatorView
看起来特定线路是您无权访问的专用线路,但它可能是附近的其他东西导致它。
你在用ARC吗?
如果不是,您可能会创建一个UIActivityIndicatorView然后不在 ivar 中保存对它的引用或不释放它等...
您能否提供一些关于您使用UIActivityIndicatorView.