在将对象设置为字典后,我无法获得对象的实际计数。 我有一个结构指针pEvent,我把它放在myData(NSData对象)中。我将这个NSData存储到字典中。
[m_cAppIdMap setObject:myData forKey:[NSNumber numberWithUnsignedShort:wTimerIds]];
int no = [m_cAppIdMap count];
NSLog(@"The no of entries in array is:%d",no);
答案 0 :(得分:1)
使用int no = [m_cAppIdMap.allKeys count];