@GRALInfo just a follow up question if instead of using a dictionary , I wanted to use a custom class say:
@interface City
NSString* (copy) name1;
NSString* (copy) name2;
@end
// view controller
@property NSMutableArray<Citiy*> *cities;
would the process be the same?
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: