配列がありNSMutableArray
ます。XMLファイルのオブジェクトが含まれていました- @"time"
。すべてのレコードNSMutableArray
をキー付き@"time"
からに移動する必要がありますNSArray
。これは、カレンダーの日付に基づいてマーカーが強調表示されるためです。どうすれば実装できますか?
コードを書くと:
NSDictionary *nItem = [rasp objectAtIndex:0]; //here instead of 0, you should put the number of elements in the array, but I do not get ((
NSArray *data = [NSArray arrayWithObjects:[nItem objectForKey:@"time"], nil];
NSMutableArray
配列の最初の日付、インデックス0のみが割り当てられます。