nsdictionary

    1熱度

    2回答

    我是相當新的雨燕語法和我收到此錯誤與我的代碼「無法通過下標分配:下標是隻得到」 這是從線: friendDictionary[(friendUID as? String)!] = ["name": friendsData!["name"]] 任何有關正確做法的建議都會非常有幫助。 func getFriendsUIDs() { if FBSDKAccessToken.currentA

    0熱度

    2回答

    想要合併兩個NSDictionary或NSMutableDictionary只與dict1值。如[NSMutableDictionary addEntriesFromDictionary:]和intersectSet(來自NSMutableSet)。 Dict 1 = @{@」One」: @」」, @」Two」: @」"} Dict 2 = @{@」One」: @」1」, @」Two」: 2,

    0熱度

    1回答

    背景: 一個對象: MyObject : NSObject @property NSInteger type; 一個的NSDictionary: @{ @"1":@{@"1":MyObject} @"2":@{@"1":MyObject} } 現在,有一個爲MyObject和它的類型= 1; 如何確定這個MyObject是否包含在NSDictionary中?

    0熱度

    1回答

    我得到這個錯誤: cannot convert value of type nsdictionary to expected argument type string 這裏是我的代碼: let json:NSDictionary = try JSONSerialization.jsonObject(with: dataResponse, options: []) as! NSDictionary

    0熱度

    1回答

    我想在多個NSArray中搜索和合並對象。 基本上NSArray具有多個NSArray與1對象,然後NSDictionary。我想檢查對象是否已經存在,並將它與現有對象合併,然後它將是NSSArray,它具有1對象的NSArray,然後是多個NSDictionary。在Objective-c中。 ( ( "The Essential: Céline Dion", {

    2熱度

    3回答

    我有這樣的字典: var dataDictionary : [String:String] = ["Result" : "result", "Date Added" : "dateAdded", "Entered By" : "enteredBy"] 來存儲該鍵和值我已經作出了陣列敵我一個鍵和值是這樣的: var selectedDictKeys :[String] = [String]()

    0熱度

    5回答

    我試圖解析www.fixer.io JSON以獲取貨幣數據。我一直在解析JSON時遇到問題,並試圖從「rates」字典中分離出鍵和值。我需要將它們分開,以便我可以將它們放入數組中以顯示貨幣名稱(例如:USD,EUR,JPN)及其各自的匯率。 我讀過,我必須使用「allKeys」和「allValues」來做到這一點,但到目前爲止我沒有運氣。有任何想法嗎? NSURL *fixerURL = [NSU

    0熱度

    1回答

    我有一個字典,但我需要查詢特定的值來獲得密鑰。但似乎swift沒有valueforKey函數。 例子: print(myDictionary["key"]) //output: 100 //but I want to get: print(myDictionary.valueForkey:"100") //output: key 任何的你知道我怎麼可以迅速做到這一點?

    0熱度

    2回答

    我使用下面的代碼在應用程序中創建nsdictionary。 NSDictionary *allImportDict = [[NSDictionary alloc] initWithObjectsAndKeys: [NSNumber numberWithInt:containerId], @"containerId", [NSNumber numberW

    0熱度

    1回答

    我有一個自定義類稱爲Beacon與「toDictionary()」方法,它返回一個Beacon類的鍵值對。 let detectedBeacon = Beacon(id: "QA", strength: Float(234), proximity: "far", time: self.getISODateFormat(),