Guest User

Untitled

a guest
May 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. for (NSString *line in lines) {
  2.  
  3. numLines++;
  4. holderPlace++;
  5. if (numLines == 2){
  6. line = @"var name = hello";
  7. }
  8. if (numLines == 3){
  9. line = @"var name = world";
  10. }
  11. tempString =[NSString stringWithFormat:@""@"", tempString, line];
  12. }
Add Comment
Please, Sign In to add comment