[Solved] How to pass data from one view to another view in iphone [duplicate]
Create a variable for your passing data into your next view. Using an instance of the next view, access the variable that you have created in next view assign your value to the variable For Ex in your case; Suppose you want to pass the value of an int In Next view controller: copy this … Read more