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.
我想在后台调用一个方法来检查 Facebook 和 Twitter 的新通知和提及。我怎样才能做到这一点 ?目前我在视图上调用方法只会出现在主视图中。如果有任何通知,那么我还必须显示徽章计数。我是否应该为此目的使用 NSThread。我不太了解 NSThreads。
请帮忙
谢谢..
您可以根据您的要求使用 NSOperationQueue。它同时执行一组 NSOperation 对象。并实现一个委托方法来更新徽章。
http://developer.apple.com/library/ios/#documentation/General/Conceptual/ConcurrencyProgrammingGuide/OperationObjects/OperationObjects.html#//apple_ref/doc/uid/TP40008091-CH101-SW1