iOS 通知反向传值
2017-11-02 本文已影响5人
兰歌er
在网上找到的一个小例子,我试了一下,可以帮助理解通知反向传值
大概就是这个样子的:
点击FirstViewController中的button,跳转到SecondViewController
后点击SecondViewController中的Button回到FirstViewController中,并在label中显示传出的值。
1 2 3主要代码:
1 2 3demo小链接:小链接
在网上找到的一个小例子,我试了一下,可以帮助理解通知反向传值
大概就是这个样子的:
点击FirstViewController中的button,跳转到SecondViewController
后点击SecondViewController中的Button回到FirstViewController中,并在label中显示传出的值。
1 2 3主要代码:
1 2 3demo小链接:小链接