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.
ログイン画面の後にAPIを実装しています。FBgraphラベル「」が付いた白い画面が表示されます。Successその時点で必要Activity indicatorです。解決策を教えてください。
FBgraph
Success
Activity indicator
FBGraph.mに移動ActivityIndicatorし、次のメソッドに追加します
ActivityIndicator
-authenticateUserWithCallbackObject
そしてRemove ActivityIndicator次の方法で
Remove ActivityIndicator
- (void)webViewDidFinishLoad:(UIWebView *)_webView { // Remove Indicator here }