ios 读取 plist 文件

        NSString *itemPath = [[NSBundle mainBundle] pathForResource:@"MenuItem" ofType:@"plist"];
        NSArray *arr = [NSArray arrayWithContentsOfFile:itemPath];

 

posted @ 2013-06-27 16:10  茶余饭后  阅读(112)  评论(0)    收藏  举报