How to update a label by button clicks when they both are in different classes of uiview controller...when button is clicked,the label should be update...i tried many times.
Not sure if it's a good solution, but you could store the text in a global NSString when clicking on the button, then put that string into your label when loading the second view.