标签:style blog io ar color os sp strong on
1、声明可变数组
@property (strong, nonatomic) NSMutableArray * mutableArray;
2、合适的位置为数组赋值
*.memos = [@[@"11111", @"222222", @"33333"] mutableCopy];
3、再进行数组里面的值进行调用
标签:style blog io ar color os sp strong on
原文地址:http://www.cnblogs.com/wyios/p/4157619.html