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.
我FBgraph在登录屏幕后实现API,它显示带有标签“”的白屏Success,当时我需要Activity indicator。请给我解决方案。
FBgraph
Success
Activity indicator
转到 FBGraph.m 并添加ActivityIndicator以下方法
ActivityIndicator
-authenticateUserWithCallbackObject
并Remove ActivityIndicator在以下方法中
Remove ActivityIndicator
- (void)webViewDidFinishLoad:(UIWebView *)_webView { // Remove Indicator here }