複数の NSArray を 1 つの NSDictionary に統合したいと考えています。ここに私の配列があります:
@property (nonatomic, strong) NSArray *EuropeTable;
@property (nonatomic, strong) NSArray *AsiaTable;
@property (nonatomic, strong) NSArray *AfricaTable;
@property (nonatomic, strong) NSArray *LatinAmericaTable;
@property (nonatomic, strong) NSArray *NorthAmericaTable;
これを行う方法についてのアイデアはありますか?
*編集
後でこの単一のキーを使用できるように、各配列に同じキー @"country" を持たせたい