代码改变世界

随笔分类 -  单例

单例传值

2016-04-22 17:15 by 甘雨路, 235 阅读, 收藏,
摘要: /** * 单例传值 对象且初始化一次,页面之间相隔很多依旧可传值 */ #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end #import "AppDelegate.h" #import "RootViewController.... 阅读全文

iOS 归档

2016-02-29 09:55 by 甘雨路, 207 阅读, 收藏,
摘要: #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end #import "App 阅读全文