I made a small code
NSArray* _options = [NSArray arrayWithObjects:[NSDictionary dictionaryWithObjectsAndKeys:[UIImage imageNamed:@"2"],@"img",name,@"text"
, nil],nil];
Now, I want add other object to _options. What should i do? I make more test but no success. Thank for all