First view:
consists of a textview(user input) & button(pressing on this button takes u to the second view)
Second View:
consists of a label
i want the label to display what the user wrote in the first view.
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.
Take this in .h file in SecondViewController
Make below function in seconviewcontroller
Now In first view controller do like this:
Now, In secondViewController viewWillAppear Method write this.
Please check spelling mistakes as I hand written this. Hope this help.
If you are not using navigationContoller then you can do something like this.