David Chelidze
David Chelidze

Reputation: 1204

pass value to label inside UITabController from another tab iOS

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

Answers (0)

Related Questions