Table of contents
Share Post

If your NSDictionary (or NSMutableDictionary) is named « myDictionary », just use :

if (
[myDictionary count]==0) { ... }