会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dzldzl
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
27
下一页
2015年7月24日
ios7分辨率与适配
摘要: ios7分辨率与适配http://www.cocoachina.com/ios/20140912/9601.html快速适配iPhone6及plus的诀窍(APP设计师必读) http://www.xueui.cn/experience/app-experience/quick-adaptatio...
阅读全文
posted @ 2015-07-24 13:32 dzldzl
阅读(184)
评论(0)
推荐(0)
2015年7月22日
再见,viewDidUnload方法
摘要: http://www.cocoachina.com/ios/20130520/6236.html我在去年的一篇文章《iOS5中UIViewController的新方法》中介绍了iOS5引入的关于ViewController的新方法。但是现在如果运行该文章中的Sample代码的话,你会发现Log中不会...
阅读全文
posted @ 2015-07-22 09:03 dzldzl
阅读(122)
评论(0)
推荐(0)
2015年7月20日
Objective-C多态:动态类型识别+动态绑定+动态加载
摘要: 一、Objective-C多态1.概念:相同接口,不同的实现来自不同类可以定义共享相同名称的方法。动态类型能使程序直到执行时才确定对象所属类型动态类型绑定能使程序直到执行时才确定要对对象调用的实际方法2.Objective-C不同于传统程序设计语言,它可以再运行时加入新的数据类型和新的程序模块:动态...
阅读全文
posted @ 2015-07-20 07:47 dzldzl
阅读(277)
评论(0)
推荐(0)
2015年7月19日
关于oneway void
摘要: 在 XCode 4.2 (with LLVM):里-(void)release{}会弹出警告warning: Semantic Issue: Conflicting distributed object modifiers on return type in implementation of 'r...
阅读全文
posted @ 2015-07-19 09:11 dzldzl
阅读(241)
评论(0)
推荐(0)
2015年7月18日
从 Objective-C 里的 Alloc 和 AllocWithZone 谈起
摘要: http://www.justinyan.me/post/1306一、问题起源一切起源于Apple官方文档里面关于单例(Singleton)的示范代码:Creating a Singleton Instance.主要的争议集中在下面这一段:?0102030405060708091011121314s...
阅读全文
posted @ 2015-07-18 21:20 dzldzl
阅读(183)
评论(0)
推荐(0)
2015年7月17日
[Cocoa] NSWorkspace 使用示例
摘要: http://blog.csdn.net/kesalin/article/details/6749107NSWorkspace 为应用程序提供如下服务:1)打开,操作文件/设备,获取文件/设备信息2)跟踪文件,设备以及数据库的变动3)设置或获取文件的 Finder 信息4)启动应用程序。NSWork...
阅读全文
posted @ 2015-07-17 09:08 dzldzl
阅读(1047)
评论(0)
推荐(0)
2015年7月15日
IOS开发系列—Objective-C之内存管理
摘要: http://www.cnblogs.com/kenshincui/p/3870325.html
阅读全文
posted @ 2015-07-15 08:42 dzldzl
阅读(130)
评论(0)
推荐(0)
iOS arc和mrc下重写set方法
摘要: ARC下@property (nonatomic, weak/assign) id delegate;相当于- (void)setDelegate:(id)delegate{ if (_delegate != delegate) { _delegate = delegate; }}MRC下...
阅读全文
posted @ 2015-07-15 08:13 dzldzl
阅读(2455)
评论(0)
推荐(0)
2015年7月7日
Size Classes with Xcode 6
摘要: http://justsee.iteye.com/blog/2128333
阅读全文
posted @ 2015-07-07 10:45 dzldzl
阅读(101)
评论(0)
推荐(0)
AutoLayout中的Content Hugging 和 Content Compression Resistance
摘要: http://blog.csdn.net/yongyinmg/article/details/39526207
阅读全文
posted @ 2015-07-07 08:50 dzldzl
阅读(95)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
27
下一页
公告