
iOS-项目阶段
DDCXYZL
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ARC forbids explicit message send of 'release' 'release' is unavailable: not available in automatic
更新中…… 先参考 下面链接http://blog.sina.com.cn/s/blog_7b9d64af01019rqt.html原创 2016-07-20 17:41:08 · 679 阅读 · 0 评论 -
获取APP的版本号,名称,序列号,设备名称等
获取APP的相关信息获取APP的相关信息 NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; CFShow(infoDictionary); // app名称 NSString *app_Name = [infoDictionary objectForKey:@"CFBu原创 2017-04-18 15:34:40 · 1754 阅读 · 0 评论