キーと値のペアを保持するを維持してNSMutableDictionary
います。次に、その中の値ごとにいくつかの操作を実行する必要があります。辞書から値を取得する方法。
// this is NSMutableDIctionary
NSMutableDictionary *dictobj = [[NSMutableDictionary alloc]init];
// in methodA
-(void)methodA
{
//get the value for each key and peform an operation on it.
}
どうやって進める?plzヘルプ