nsurl

    0熱度

    3回答

    當我建立和運行我的項目時,我得到一個致命的錯誤(見下圖)。我相信NSURL存在問題,但不確定哪部分是錯誤的。我用另一個視頻替換了視頻並且工作正常。我在Quick Time Player中播放過的視頻沒有問題。 希望有人能幫助!

    0熱度

    1回答

    返回我有這樣的代碼: -(NSURL *)urlOfCurrentlyPlayingInPlayer:(AVPlayer *)player{ // get current asset AVAsset *currentPlayerAsset = player.currentItem.asset; // make sure the current asset is an AVURLAsset

    1熱度

    1回答

    從手機發送一個MP3: NSArray *pathArray = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask,YES); NSString *documentsDirectory = [pathArray objectAtIndex:0]; NSString *yourSoundPath

    0熱度

    2回答

    端點不關心網址中是否有空格,但似乎是NSURL。 我得到nil爲NSURL *url = [NSURL URLWithString:string];每次: NSString *string = [NSString stringWithFormat:@"http://endpoint.com/search?one=%@&two=%@", textField1.text, textField2.tex

    -1熱度

    4回答

    我有100 + request.I需要發送一個新的請求,當最後一個完成,所以服務器將不會返回錯誤代碼 - 429. 如何通過afnetworking 3.0?

    2熱度

    1回答

    我有一個代碼,用於從在線檢索的文章中加載一些縮略圖,並將它們放入一個Article對象中。它看起來像下面這樣: for article in newArticlesArray { let url: String if let myGroup = article["group"] as? Dictionary<NSObject, AnyObject>, let m

    0熱度

    2回答

    我在網上以這種方式使用雨燕下載數據: let postEndpoint: String = "http://webisitetest.com" guard let url = NSURL(string: postEndpoint) else { print("Error: cannot create URL") return } le

    3熱度

    3回答

    我必須發送一個https GET請求到我在Swift 1.2中開發的iPhone應用程序中的Web服務。 我想構建查詢字符串參數,但得到編碼之前發送到服務器。 當密碼包含'&'字符時,所有好但不工作。預計將'&'字符編碼爲'%26',但不能正常工作... 剛做了'%'測試。按預期工作,'%'提供'%25'。但不能轉換 '&' 的標誌.... 嘗試以下方法: var testPassword1: S

    3熱度

    1回答

    Apple爲創建PDF文檔提供了示例代碼。但它使用CFURLRef NSPanel savepanel給NSURL。 我不能轉換到NSURL CFURLRef path = CFStringCreateWithCString (NULL, filename, kCFStringEncodingUTF8); url = CFURLCreateWithFileSystemPath (NULL, p

    0熱度

    2回答

    我有簡單的代碼 NSURL *url = [NSURL URLWithString:@"https://en.wikipedia.org/wiki/Cat"]; if ([SFSafariViewController class] != nil) { SFSafariViewController *sfvc = [[SFSafariViewController alloc] initW