将plist文件读取成为数组

    NSString *plistPath = [[NSBundle mainBundle] pathForResource:@"city" ofType:@"plist"];

          self.cityArr = [[NSMutableArray alloc] initWithContentsOfFile:plistPath];

原文地址:https://www.cnblogs.com/shifu/p/5993845.html