中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

IOS系統中網絡等待的Loading的實現方法的代碼

發布時間:2020-09-20 18:10:21 來源:網絡 閱讀:633 作者:App_in 欄目:移動開發

在寫內容過程中,把寫內容過程中比較好的內容珍藏起來,下邊內容內容是關于IOS系統中網絡等待的Loading的實現方法的內容,希望能對碼農有所幫助。


WebView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 44, 320, 400)];
[WebView setUserInteractionEnabled:NO];
[WebView setBackgroundColor:[UIColor clearColor]];
[WebView setDelegate:self];

[WebView loadRequest:[NSURLRequest requestWithURL:url]];

[view setTag:103];
[view setBackgroundColor:[UIColor blackColor]];
[view setAlpha:0.8];
[self.view addSubview:view];

activityIndicator = [[UIActivityIndicatorView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 32.0f, 32.0f)];
[activityIndicator setCenter:view.center];
[activityIndicator setActivityIndicatorViewStyle:UIActivityIndicatorViewStyleWhite];
[view addSubview:activityIndicator];
[self.view addSubview:WebView];
[view release];
[WebView release];

      [activityIndicator startAnimating];         
}

     [activityIndicator stopAnimating];    
     [view removeFromSuperview];
}

第二種方法:使用UIAlertViewandUIActivityIndicatorView


    if (myAlert==nil){        
       myAlert = [[UIAlertView alloc] initWithTitle:nil 
                          message: @"讀取中..."
                            delegate: self
             cancelButtonTitle: nil
             otherButtonTitles: nil];

     activityView.frame = CGRectMake(120.f, 48.0f, 38.0f, 38.0f);
     [myAlert addSubview:activityView];
     [activityView startAnimating];
     [myAlert show];
     }
}

      [myAlert dismissWithClickedButtonIndex:0 animated:YES];
}
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

介休市| 东台市| 郴州市| 南乐县| 延庆县| 九龙城区| 浮山县| 固镇县| 象山县| 隆化县| 麦盖提县| 黔江区| 体育| 体育| 交口县| 怀化市| 西林县| 育儿| 哈巴河县| 法库县| 深州市| 砀山县| 濮阳市| 莱芜市| 安达市| 东光县| 呼图壁县| 自治县| 临沧市| 临高县| 巩义市| 富裕县| 临夏县| 普安县| 嘉定区| 呼和浩特市| 襄垣县| 平乐县| 射阳县| 剑阁县| 安多县|