会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
令狐冲
逍遥自在 分享开发点滴
首页
新随笔
联系
管理
订阅
2015年9月10日
单例模式ARC和非ARC
摘要: ARC环境下的单例模式:static id _instance = nil; + (id)allocWithZone:(struct _NSZone *)zone { if (_instance == nil) { static dispatch_once_...
阅读全文
posted @ 2015-09-10 14:32 勇敢的少年
阅读(177)
评论(0)
推荐(0)
编辑
公告