2011年12月17日
摘要: 1原文地址:http://stackoverflow.com/questions/7499591/how-to-start-three20-photo-viewer-in-thumbnail-viewYou should useTTThumbsViewControllerinstead ofTTPhotoViewController. There's a good example of it in three20 TTCategory sample app.TTThumbsViewControlleralso uses a photo source, so you won't 阅读全文
posted @ 2011-12-17 16:32 wtq 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑