How to calculate total size of NSDictionary object? i have 3000 StudentClass objects in NSDictionary with different keys. And i want to calculate total
NSDictionary
The best way to calculate the size of big NSDictionary, I think, would be converting it to NSData and get the size of the data. Good Luck!
NSData