[NSDictionary dictionary]
is the same that @{}
in terms of memory usage?
Which one should I use?
This same logic applies to [NSArray array]
/@[]
or [NSString string]
/@""
?
Thanks!
[NSDictionary dictionary]
is the same that @{}
in terms of memory usage?
Which one should I use?
This same logic applies to [NSArray array]
/@[]
or [NSString string]
/@""
?
Thanks!