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.
我们如何请求 OData 提要 URL 异步。SDK 提供同步请求。我们需要有异步请求才能使 UI 不阻塞。
http://www.odata.org/
谢谢。
您还可以通过同步请求避免 UI 冻结
[self performSelectorInBackground:@selector(sendRequest) withObject:nil];
UI 不会冻结