摘要: UITableView的backgroundView属性可以设置其背景,但是背景不能随Table的拖动而移动,也就是固定不移动的。有没有办法让其背景也随拖动而移动呢。深入研究了一下UITableView api,好像没有提供这样的api。难道不能实现? google了一天也没有得到好的解决办法。 已... 阅读全文
posted @ 2012-04-11 00:14 jprothwell 阅读(450) 评论(0) 推荐(0) 编辑
摘要: download 阅读全文
posted @ 2012-04-10 22:31 jprothwell 阅读(193) 评论(0) 推荐(0) 编辑
摘要: -(void)loadTags { NSAutoreleasePool*pool =[[NSAutoreleasePool alloc] init]; [UIApplication sharedApplication].networkActivityIndicato... 阅读全文
posted @ 2012-04-09 22:55 jprothwell 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 论坛会员zhang_cn分享的开源的电子书阅读器项目供大家参考 iphone平台上开源的电子书阅读器项目: https://github.com/vfr/Readerhttps://github.com/brow/leaveshttps://github.com/schwa/iOS-PDF-Re... 阅读全文
posted @ 2012-04-09 22:43 jprothwell 阅读(253) 评论(0) 推荐(0) 编辑
摘要: When you push or pop a view controller on/off a navigaction controller's stack, the usual viewWillAppear / viewDidappear methods aren't called. If you want to ensure they're always called, just add the UINavigationControllerDelegate protocol to your root view controller:@interface RootVi 阅读全文
posted @ 2012-04-09 22:39 jprothwell 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://github.com/yatsu/treemapkit 阅读全文
posted @ 2012-04-06 23:16 jprothwell 阅读(100) 评论(0) 推荐(0) 编辑
摘要: http://code.google.com/p/tortoisegit/ 阅读全文
posted @ 2012-04-01 07:03 jprothwell 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 编译ffmepg模拟器版本:1. 到https://github.com/gabriel/ffmpeg-iphone-build下载ffmpeg-iphone-build2.先将gas-preprocessor.pl拷贝到/usr/sbin/目录中。3.到ffmpeg官网上下载ffmpeg源码4.在... 阅读全文
posted @ 2012-04-01 06:40 jprothwell 阅读(5134) 评论(0) 推荐(0) 编辑
摘要: Maximizer – 任意程序全屏化 [Mac] 21 文章标签: Mac/ 增强/ 系统. 新版的Mac系统Lion有一个新特性:程序全屏化。全屏化的效果就是上面的菜单栏和下面的Dock栏自动隐藏,整个程序占满整个屏幕。最近子桑二狗败了一台2011款的11寸低配置的Macbook Air(... 阅读全文
posted @ 2012-03-30 23:27 jprothwell 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 经过两个多月的奋战,从无到有,现在iPhone4平台上实时音视频对话已取得初步成果。其间查阅了很多资料,感谢这些信息的提供者。继往开来,我写下此文。我只列出要点,具体编码以及平台移植各位自己去努力吧。照着下面的步骤,您一定能做出来的。 1,视频采集用iPhone4SDK里面的AVCaptureSes... 阅读全文
posted @ 2012-03-30 22:05 jprothwell 阅读(623) 评论(0) 推荐(1) 编辑