iOS: NSString when uploaded to parse.com shows blank
问题 I have taken an NSString from one class to another to be saved on parse.com I have a quiz view controller where a user enters a question in a UITextView and then they press next to go to the select friends view controller where they select a user and then send the question over parse. quiz.h @property (nonatomic,strong) IBOutlet UITextView *textField; @property (nonatomic, strong) NSString *text; quiz.m - (void)viewDidLoad { [super viewDidLoad]; UITextView *textView = [[UITextView alloc] init