text from UItextView to NSString


/ Published in: Objective C
Save to your folder(s)

pass text from uitextview to nsstring


Copy this code and paste it in your HTML
  1. [self myString : [NSString stringWithString:myUITextView.text]];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.