上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 57 下一页
  2011年12月17日
摘要: 1:参考地址:http://stackoverflow.com/questions/8324516/three20-photo-viewer-customization- (void) viewDidLoad { [[TTURLRequestQueue mainQueue] setMaxContentLength:0]; TTNavigator *navigator = [TTNavigator navigator]; UIWindow *window = [UIApplication sharedApplication].keyWindow; navigator.window = w... 阅读全文
posted @ 2011-12-17 15:57 wtq 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer图片查看器demo1: 阅读全文
posted @ 2011-12-17 13:41 wtq 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 1:原文摘自:http://blog.csdn.net/xys289187120/article/details/7017432雨松MOMO原创文章如转载,请注明:转载自雨松MOMO的博客原文地址:http://blog.csdn.net/xys289187120/article/details/7017432 亲爱的朋友们,如果你现在在做IOS 软件开发,不妨来看看Three20这套框架。如果你对它还比较陌生?MOMO在这里告诉你它绝对是一个IOS 软件开发的利器,有了它绝对让你的软件事半功倍。three20框架的前身是facebook iPhone 客户端。 后来facebook将其开源了 阅读全文
posted @ 2011-12-17 12:25 wtq 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1:http://www.cocoachina.com/iphonedev/toolthain/2011/1027/3428.html简单映射:Three20中的TNavigator对于软件导航很有用,只需要维护一张map映射表就行了。就像url表示一个网页一样,Three20也采用了相同的方式,用url关联页面。大家可以参看TTNavigatorDemo中的源码:TTURLMap* map = navigator.URLMap;// Any URL that doesn't match will fall back on this one, and open in the web b 阅读全文
posted @ 2011-12-17 12:17 wtq 阅读(413) 评论(0) 推荐(0) 编辑
  2011年12月16日
摘要: 1,本demo参照:http://www.raywenderlich.com/656/introduction-to-three20应用程序如何创建2,本demo的原始参照:http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer本文demo:http://files.cnblogs.com/85538649/Three20TestByTwice2.zip 阅读全文
posted @ 2011-12-16 16:14 wtq 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1:https://developer.apple.com/downloads/index.action 阅读全文
posted @ 2011-12-16 14:01 wtq 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1:原文摘自:http://bbs.weiphone.com/read-htm-tid-3412071.html虚拟机扫盲⑴ 虚拟机慢不?--性能有折扣是必然的. 至于具体是“慢点” 还是“慢很多”, 看你机器配置也看具体应用.Intel Core i5 / i7 用虚拟机日常办公类 / 开发应用都没问题,图像处理不行⑵ 用虚拟机还是用双系统?--其实就两个因素: 应用, 和时间/频率. 游戏和CAD之类的大型应用建议双系统来获得最佳性能. 如果只有日常的中轻度开发应用, 虚拟机足够好而且很方便.--双系统WIFI的驱动, 比虚拟机麻烦⑶ 虚拟机装什么版本?--Mac OS X Lion 10 阅读全文
posted @ 2011-12-16 12:55 wtq 阅读(4814) 评论(0) 推荐(0) 编辑
  2011年12月15日
摘要: 1,本页详情:http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer 阅读全文
posted @ 2011-12-15 20:30 wtq 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 原文摘自:http://www.cnblogs.com/ulihj/category/279864.html 阅读全文
posted @ 2011-12-15 16:44 wtq 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 本文摘自:http://apps.hi.baidu.com/share/detail/31820391[Three20] Three20系列之Three20概述[Three20]Three20系列之Three20概述本文由凌寒翻译自Three20的技术资料并稍作修。转载请注明出处:www.yuephone.comThree20在概念上分为四个部分:所有一切的中心是内核(Core),围绕在它周围是的网络(Network)、用户界面(UI)和样式(Style)。内核(Core)考虑到内核(Core)就像是Objective-C开发的瑞士军刀一样,我们应该花一些时间来熟悉它的功能特点。通过Three 阅读全文
posted @ 2011-12-15 10:53 wtq 阅读(316) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 57 下一页