码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 常用的单例类

时间:2016-07-22 01:08:47      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:

1、UIApplication(应用程序实例)

获取方式:[UIApplication sharedApplication]

详细:http://www.cnblogs.com/hissia/p/5678518.html

 

2、NSNotificationCenter(消息中心)

获取方式:[NSNotificationCenter defaultCenter]

常用的通知模式

 

3、NSFileManager(文件管理)

获取方式:[NSFileManager defaultManager]

 

4、NSUserDefaults(偏好设置)

获取方式:[NSUserDefaults standardUserDefaults]

详细:http://www.cnblogs.com/hissia/p/5642405.html

 

5、NSURLCache(请求缓存)

获取方式:[NSURLCache sharedURLCache]

 

6、NSHTTPCookieStorage(应用程序cookies池)

获取方式:[NSHTTPCookieStorage sharedHTTPCookieStorage]

 

7、NSURLSession(发送请求时候用的)                

获取方式:[NSURLSession sharedSession]

 

8、UIMenuController(弹出的菜单可以选择,复制,剪切,粘贴的功能)      

获取方式:[UIMenuController sharedMenuController]

详细:http://www.cnblogs.com/hissia/p/5668513.html

 

 
 

iOS 常用的单例类

标签:

原文地址:http://www.cnblogs.com/ruixin-jia/p/5693700.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!