上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: Our applications need input and the default iOS keyboards are often not optimally suited to providing the sort of data we want. When we find that we r... 阅读全文
posted @ 2013-01-17 12:01 Proteas 阅读(439) 评论(0) 推荐(0) 编辑
摘要: ref:http://www.thebirdietoldme.com/userActions/thread/Question.aspx?id=12103677The reason why this started happening is that anyUIViewinstance that is... 阅读全文
posted @ 2013-01-15 17:57 Proteas 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: 在 Windows 中主要有两种钩子:消息钩子与函数钩子,有时在实现某些功能时必须用钩子。 对函数挂钩子主要是进行入口地址的替换,广义的理解很多东西都是钩子,比如中断向量表。 可以对 C++ 中的静态函数与虚函数挂钩子,但是很难对普通函数挂钩子,主要原因是C++没有统一的 ABI标准。 但是可以对 ... 阅读全文
posted @ 2013-01-07 17:06 Proteas 阅读(1357) 评论(2) 推荐(0) 编辑
摘要: 使用了Chrome-iOS后开始思考这个问题,如何才能替换掉 UIWebView 的网络模块。单纯解决这个问题,有两个方法: 1、实现 NSURLProtocol,替换 HTTP 协议的处理方式。 优点:正规 缺点:影响范围大 2、实现 NSURLCache,在对应的方法中用自己的网络模块发出请求。... 阅读全文
posted @ 2013-01-07 11:44 Proteas 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 需要 Javascript 与 ObjC 合作从而达到这个目标。There are two parts to make this work: a JavaScript handler and UIWebView delegate methods. In JavaScript, we can modi... 阅读全文
posted @ 2013-01-07 11:31 Proteas 阅读(705) 评论(0) 推荐(0) 编辑
摘要: 无奈,笔记本内存有限,在浏览一些大的工程时,需要禁用 xcode 的索引服务:defaults write com.apple.dt.XCode IDEIndexDisable 1如果需要再次打开则:defaults write com.apple.dt.XCode IDEIndexDisable ... 阅读全文
posted @ 2013-01-05 20:45 Proteas 阅读(356) 评论(0) 推荐(0) 编辑
摘要: To set a breakpoint Objective C selectors namedalignLeftEdges:you can enter either of:(lldb) breakpoint set --selector alignLeftEdges:(lldb) breakpoin... 阅读全文
posted @ 2012-12-25 22:26 Proteas 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 源:http://cydia.myrepospace.com/urus==========================================iAP Crackerby urus; it cracks easy dlc/inapp purchases. As long as thegam... 阅读全文
posted @ 2012-12-24 17:47 Proteas 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: iOS:http://developer.apple.com/library/ios/#technotes/tn2239/_index.htmlMac OS X:http://developer.apple.com/library/ios/#technotes/tn2004/tn2124.html=... 阅读全文
posted @ 2012-12-24 16:44 Proteas 阅读(192) 评论(0) 推荐(0) 编辑
摘要: People know that the gdb package coming from Cydia is broken since 4.3. But here is a simple way to have a working gdb running on your iOS device : us... 阅读全文
posted @ 2012-12-22 22:19 Proteas 阅读(252) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页