
ios obj-c
yuyin86
这个作者很懒,什么都没留下…
展开
-
讲解delegate,notifucation,KVO三种模式实现通信的优缺点
在开发ios应用的时候,我们会经常遇到一个常见的问题:在不过分耦合的前提下,controllers间怎么进行通信。在IOS应用不断的出现三种模式来实现这种通信: 1.委托delegation; 2.通知中心Notification Center; 3.键值观察key value observing,KVO转载 2012-12-28 13:41:50 · 617 阅读 · 0 评论 -
Windows下编译objective-C
Windows下编译objective-Chttp://www.gnustep.org/experience/Windows.htmlftp://ftpmain.gnustep.org/pub/gnustep/binaries/windows在上面的网站下载 gnustep-core-0.23.1-setup.exegnustep-system-0.23.0-s转载 2013-03-17 15:07:39 · 780 阅读 · 0 评论 -
iOS应用性能调优的25个建议和技巧
写在前面本文来自iOS Tutorial Team 的 Marcelo Fabri,他是Movile的一名 iOS 程序员。这是他的个人网站:http://www.marcelofabri.com/,你还可以在Twitter上关注@marcelofabri_。性能对 iOS 应用的开发尤其重要,如果你的应用失去反应或者很慢,失望的用户会把他们的失望写满App Store的评论。然而转载 2013-04-13 08:44:17 · 716 阅读 · 0 评论 -
浅谈iPhone OS(iOS)架构
iPhone OS(现在叫iOS)是iPhone, iPod touch 和 iPad 设备的操作系统. OS(iOS)架构" title="浅谈iPhone OS(iOS)架构" style="margin:0px; padding:0px; border:0px; list-style:none"> 1,Core OS: 是用FreeBSD和Ma转载 2014-05-07 09:37:23 · 912 阅读 · 0 评论