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 がフリーズしない