Guest User

Untitled

a guest
Jul 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. arrSelectedVersions(
  2. {
  3. CellStateKey = 0;
  4. CellTextKey = Airlines;
  5. },
  6. {
  7. CellStateKey = 1;
  8. CellTextKey = Audit;
  9. }
  10. )
  11.  
  12. NSMutableArray *newArray=[[NSMutableArray alloc]init];
  13. for(NSDictionary *dict in arrSelectedVersions)
  14. {
  15. [newArray addObject:[dict objectForKey:@"CellTextKey"]];
  16. }
Add Comment
Please, Sign In to add comment