I want 8 items to be in my string but it's not picking up some of them so I want to make sure I am doing this correctly.
Code:
NSString *string = [NSString stringWithFormat:@"%@, %@, %@, %@, %@, %@, %@, %@", aTextField.text, bTextField.text, cTextField.text, dTextField.text, eTextField.text, fTextField.text, gTextField.text, hTextField.text];
I am sending this information to an image of a QR code but only the first 4 are getting placed.