摘要:
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... 阅读全文
摘要:
参考地址:http://www.raywenderlich.com/1430/how-to-use-the-three20-photo-viewer图片查看器demo1: 阅读全文
摘要:
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将其开源了 阅读全文
摘要:
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 阅读全文