【问题标题】:Why is there animating bug when tweet requests are called in iOS5?为什么在 iOS5 中调用推文请求时会出现动画错误?
【发布时间】:2011-12-17 18:53:28
【问题描述】:

每当我的应用在 iOS5 中发布推文请求时,屏幕就会变得模糊,就像 UIAlertview 弹出的速度非常缓慢。我该如何解决?

【问题讨论】:

    标签: twitter ios5


    【解决方案1】:

    请求完成后,我在 TWRequest 的请求处理程序块中使用了 [alertView show] 方法,我假设它在不同的线程中被调用并导致了问题。在主线程中调用该方法解决了问题。

    [alertView performSelectorOnMainThread:@selector(show) withObject:nil waitUntilDone:NO];

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-01-25
      • 2015-06-01
      • 2022-01-19
      • 2020-01-02
      • 2021-01-01
      • 1970-01-01
      • 2016-10-14
      • 1970-01-01
      相关资源
      最近更新 更多