IOS 页面跳转的数据传接方式

IOS 页面跳转的数据传递方式1、使用SharedApplication,定义一个变量来传递.2、使用文件,或者NSUserdefault来

IOS 页面跳转的数据传递方式

1、使用SharedApplication,定义一个变量来传递.

2、使用文件,或者NSUserdefault来传递

3、通过一个单例的class来传递

4、通过Delegate来传递

5、通过NSNotificationCenter来传递