IOS 页面跳转的数据传递方式
1、使用SharedApplication,定义一个变量来传递.
2、使用文件,或者NSUserdefault来传递
3、通过一个单例的class来传递
4、通过Delegate来传递
5、通过NSNotificationCenter来传递
发布时间: 2013-09-06 10:17:17 作者: rapoo
IOS 页面跳转的数据传递方式
1、使用SharedApplication,定义一个变量来传递.
2、使用文件,或者NSUserdefault来传递
3、通过一个单例的class来传递
4、通过Delegate来传递
5、通过NSNotificationCenter来传递