hi all
I have a one variable. i want to print that varible into a text box. how to do this.
hi all I have a one variable. i want to print that varible into
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can only display the string data in text box (
UITextView),if you have other than string data it require a conversion to NSString then use thetextproperity ofUITextViewto set the display text.The below code is for your reference.