摘要: 复制代码 CGRect frame = {{0, 0}, {320, 20}}; UIWindow* wd = [[UIWindow alloc] initWithFrame:frame]; [wd setBackgroundColor:[UIColor clearColor]]; [wd setWindowLevel:UIWindowLevelStatusBar]; frame = CGRectMake(100, 0, 30, 20); ... 阅读全文
posted @ 2012-05-07 10:03 痴人指路 阅读(261) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/bbs/read.php?tid-12706.html这个帖子中给的附件在10.5上直接解压考过去就可以了,10.6还需改动一个文件以让XCode识别它。见附件。解压附件并替换图片中的TemplateChooser.plist. 再重启XCode它就能找到了。好了,我们一步步开始来进行破解工作。首先你得先准备好F-script, F-Script Anywhere, SvnX, XCode和理论教程中的附件。目的:在SvnX的提交信息窗口中添加一个button,点击button会弹出一个窗口,在此窗口中可以选择一条历史消息插入到提交消息窗口. 阅读全文
posted @ 2012-05-07 09:46 痴人指路 阅读(400) 评论(0) 推荐(0) 编辑
摘要: 最近在研究iPhoto的插件的开发,顺便研究了一下逆向工程的技术,这里给出自己的心得以供参考~英文名应该叫做 Cocoa Reverse Engineering.不知道怎么翻译,参考babylon的翻译(来自Wikipedia)Reverse engineering逆向工程Reverse engineering (RE) is the process of discovering the technological principles of a device or object or system through analysis of its structure, function and 阅读全文
posted @ 2012-05-07 09:31 痴人指路 阅读(508) 评论(0) 推荐(0) 编辑