亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

龙井市| 固原市| 水城县| 靖边县| 同德县| 白河县| 信丰县| 石楼县| 施甸县| 石城县| 乌鲁木齐县| 嘉兴市| 保定市| 黄梅县| 托里县| 民县| 鹤庆县| 尚义县| 和平县| 乐都县| 汾西县| 云霄县| 太湖县| 雷波县| 镇远县| 武隆县| 余庆县| 孟津县| 沾化县| 巴林右旗| 正阳县| 厦门市| 绥化市| 彰武县| 玛多县| 通江县| 沂水县| 五台县| 亚东县| 敦化市| 平利县|