iOS系统的单例类

来源:互联网 发布:js 获取event对象 编辑:程序博客网 时间:2024/05/17 09:12
iOS系统的单例类:

[UIScreen mainScreen](应用程序窗口)

[UIDevice currentDevice](当前设备)

[UIApplication sharedApplication](应用程序实例) 

[NSNotificationCenter defaultCenter](消息中心):     
[NSFileManager defaultManager](文件管理):    
[NSUserDefaults standardUserDefaults](应用程序设置):     
[NSURLCache sharedURLCache](请求缓存):   

[NSHTTPCookieStorage sharedHTTPCookieStorage](应用程序cookies池):



个人整理,如有问题请指正~

0 0