Guest User

Untitled

a guest
May 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. for (int i = 0; i < [messageArray count]; i++) {
  3.     TitleAndTextView* temp = [[TitleAndTextView alloc] initWithClothingModel:(ClothingModel*)[messageArray objectAtIndex:i]];
  4.         [viewDictonary setObject:view1forLayout forKey:[NSString stringWithFormat:@"%d",i]];
  5. }
Add Comment
Please, Sign In to add comment