Plist文件载入
NSBundle *bundle = [NSBundle mainBundle];NSString *plistPath = [bundle pathForResource:@"File Name" ofType:@"plist"];NSDictionary *dictionary = [[NSDictionary alloc] initWithContentsOfFile:plistPath];