Reputation: 1204
I have UITabController
with labels and buttons inside. I need to pass textView
value from one tab
to another's label
. Using segues.
Simply I need to do like this code:
In TAB1:
textView1 = @"test";
set Tab2.label1 = textView1;
Thanks, David.
Upvotes: 0
Views: 49