ここでは、NSMutableArrayを使用して日付を保存しています。次に、キーを設定して辞書にArrayValueを割り当てようとしましたが、アプリがクラッシュしました。助けてください。
前もって感謝します
Here i tried the code for your reference:
[DateArray addObject:dateString]; //NSMutablArray
NSMutableDictionary *myDictionary =[[NSMutableDictionary alloc]init];
[myDictionary setObject:DateArray forKey:@"Date"]; //put array value and set key in NSDictionary.