nsurl

    0熱度

    2回答

    我的代碼必須更新網頁視圖和下載網站。但它不會因爲URLWithString返回null。我怎麼解決這個問題? stringByAddingPercentEscapesUsingEncoding已被棄用。 -(void) setWebViewMain:(NSString *) link { // link = @"http://www.rbc.ru/society/05/09/2017/5

    0熱度

    2回答

    我想在URL查詢中使用的UITextField值在UIWebView加載網址: let texts = SearchBox.text! let searchurl = "http://sngpoisk.ru/search-location/?search_keywords=\(texts)&search_location=&place_location=&latitude=&longitude=

    -2熱度

    1回答

    如何保存照片?在迅速 哪種方式更好? @IBAction func savePhoto(_ sender: Any) { let imageData = UIImagePNGRepresentation(myImg.image!) let compresedImage = UIImage(data: imageData!) UIImageWriteToSaved

    0熱度

    1回答

    開始時,我們有它獲取對的Mac 10.6 SDK構建的遺留應用程序。我們正在使用的NSURLMutableRequest和NSURLConnection進行網絡通話。使用Wireshark,我注意到在10.9 - 10.11.2上所有這些調用都是在TLSv1上進行的。在10.11.6起(也10.13測試版)這些獲得由上TLSv1.2工作。 我更改了代碼以強制TLSv1.2使用CFURLReques

    1熱度

    3回答

    嗨,下面的代碼可以從網絡服務器上下載圖片。該請求是HTTP如此不安全。 DispatchQueue.global(qos: .userInitiated).async { var productImage = Utilities.GetEmptyImageBottle() if (entry.ImageName != nil || entry.ImageUrl != nil

    0熱度

    1回答

    我使用NSURL會話來獲取特定網站的HTML代碼。下面的代碼對於iOS(在ViewController.swift中)工作得很好,但在watchOS(在InterfaceController.swift中)總是失敗。代碼總是打印else語句:print(「apple watch:error with loading nsurlsession」)。 有人可以解釋我(爲什麼它失敗了)我怎麼能改變這個?

    -1熱度

    1回答

    當我將字符串轉換爲NSURL時,我得到了一些東西。 我的代碼編號... NSString *urlString = [[NSString alloc]initWithFormat:@"http://host name/index.php?id=%@&mob=%@&name=%@&mail=%@&m=23", self.deviceId, self.pnumber, self.name, self.

    0熱度

    2回答

    我從用戶照片庫中選取視頻,然後將視頻保存在用戶Documents文件夾中,以便即使用戶從他的照片庫中刪除此視頻也能播放視頻。該文件的URL存儲在覈心數據中。 一切正常,直到下次運行應用程序。不知何故,它似​​乎不再有效,這是奇怪的,因爲我可以在[AVPlayer playerWithURL:videoURL]失敗時刪除視頻文件。 這裏是我挑的視頻網址: - (void) imagePickerCo

    1熱度

    3回答

    我有URL在AppDelegate方法。 func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool { } 網址看起來www.wesite.com/shareplace.html?placeid=123 我的問題是如何將

    0熱度

    3回答

    我有一個macOS應用程序。我需要刪除任何NSURL的方案和www部分。這是我想出了: // For testing purposes. NSString *blogID = @"https://www.testing1234.tumblr.com"; // Create the corrected link string. NSString *correctLink; // Conv