NSDictionary
- Favor use of
NSDictionary
instead of[String: AnyObject]
to avoid performance issues caused by converting between the two.
NSDictionary
instead of [String: AnyObject]
to avoid performance issues caused by converting between the two.