
iPhone
ani_di
喜欢收集有趣的面试题;python程序员。
展开
-
Tutorial – Installing gcc compiler on iPhone
http://eagos.net/tutorial-installing-gcc-compiler-on-iphone/comment-page-1/#comment-31This Tutorial needs headers and libraries from Mac OSX.Make sure the following applications are instal转载 2012-02-21 21:51:35 · 855 阅读 · 0 评论 -
iOS/Mac OS X 汉字转拼音
作者:ani_di 版权所有,转载务必保留此链接 http://blog.youkuaiyun.com/ani_diiOS/Mac OS X 汉字转拼音网络流行的汉字转拼音方案是带一个拼音码表,速度快。其实Core Foundation也提供了一种方案,而且还带声调! NSMutableString *ms = [[NSMutableString al原创 2013-08-09 16:27:47 · 7036 阅读 · 5 评论 -
App挂起、复原与终止[水帖]
iOS的无缝挂起体验不错,虽说这种类似“休眠”的功能在操作系统上早已出现,当App挂起要求速度更快。讲解挂起的文章不多,大部分都是说明几个API。挂起相关方法(NSApplication delegate)– applicationWillFinishLaunching:– applicationDidFinishLaunching:– applicationShouldT原创 2013-08-05 11:42:14 · 2188 阅读 · 0 评论 -
NSTimer中调用静态方法
Usually we schedule NSTimer like: [NSTimer scheduledTimerWithTimeInterval:2.0 target:instance selector:@selector(targetMethod) userInfo:nil转载 2013-05-11 15:40:02 · 1474 阅读 · 0 评论 -
GCD杂感
以前谈到GUI的多线程技术,http://blog.youkuaiyun.com/ani_di/article/details/8654214。前面三种是非常老的技术,代码很多,而且容易出错。唯独最后一种GCD(中央调度),代码精简,理解容易。其实后面还可以加上NSObject的performSelector:– performSelector:withObject:afterDelay:– p原创 2013-04-18 15:26:44 · 1277 阅读 · 0 评论 -
Evasi0n Jailbreak's Userland Component
原文地址 http://blog.accuvantlabs.com/blog/bthomas/evasi0n-jailbreaks-userland-componentiOS 6.1 evasi0n jailbreakThe latest jailbreak is out, and it’s time to dissect it and document all the exp转载 2013-02-06 11:41:47 · 1371 阅读 · 0 评论 -
Behind The Scenes Of The iPhone 5 Jailbreak
http://techcrunch.com/2013/01/21/behind-the-scenes-of-the-iphone-5-jailbreak/Behind The Scenes Of The iPhone 5 JailbreakSARAH PEREZTechnically speaking, the iPhone 5 is already j转载 2013-01-26 17:12:06 · 1217 阅读 · 0 评论 -
MobleySync protocol
by libimobiledevice.orgiDevice Sync Protocol OverviewTerms/Definitions:Data Class: One of the supported data classes.RecordEntity: RecordEntities define a record's data fields. A data原创 2012-07-31 13:48:36 · 2468 阅读 · 1 评论 -
iPhone Hacker Links
The iPhone Dev Wiki (Mirror) - A mirror of the site that started it all for me. Lots of great technical information and history there.The Hackint0sh iPhone Forums - Started up around the same ti原创 2012-07-23 10:12:37 · 828 阅读 · 0 评论 -
iphone实用小技巧
原文链接:http://www.laifuer.info/archives/1364iphone4隐藏了很多的秘密,大家都知道吗?25条iphone4的隐藏秘密功能,让你更加容易的驾驭iphone40.无送话器的耳机插在iphone上也能正常接听电话1.用iphone自带浏览器上网看视频时,可以将2只手指放在视频《注意是放在视频框内》上,就可以控制全屏和宿屏。《和控制图片动转载 2012-08-06 21:11:29 · 19732 阅读 · 0 评论 -
iPhone Backup information/note
http://keepmurmuring.blogspot.com/2009/06/iphone-backup-informationnote.htmlFolder location ~/Library/Application Support/MobileSync/BackupFileInfo.plistEach device's Info.plist file转载 2012-07-20 13:55:21 · 1284 阅读 · 0 评论 -
iPhone下主要的目录的意义
目录/文件位置目录/文件意义/var/mobile/Media/PhotoData/var/mobile/Media/Photos图库目录/var/mobile/Library/AddressBook通讯录/var/mobile/Library/Calender日历/var/mobile/Library/SMS原创 2012-05-21 10:53:55 · 1009 阅读 · 0 评论 -
Fix Bug of mux_redux in ssh-rd
The msftguy's ssh-rd(https://github.com/msftguy/ssh-rd) is a useful tool to make iOS ramdisk. It also contain a module usb-mux, it's independent and can be reuse. But there is a little bug in it.原创 2012-04-26 17:43:46 · 1293 阅读 · 0 评论 -
iTunes 10 选择自定义IPSW
在用iTunes Restore时,以前的版本按住shift键再点击Restore时,会弹出“Open File"窗口,这时就可以选择自己的IPSW了。而iTunes 10以后这种方法就没用了,但是也不是没有办法的。首先,iTunes会检查最新的版本,然后再下载。考虑国内网络较慢,完全下载下来要很久。其实可以把最新的IPSW用别的方式下载,然后放在下面的目录Mac OS X: ~/原创 2012-02-23 12:05:40 · 2533 阅读 · 0 评论 -
庖丁解牛FPPopover
作者:ani_di版权所有,转载务必保留此链接 http://blog.youkuaiyun.com/ani_di庖丁解牛FPPopoverFPPopover是一个实现Popover控件的开源项目,比标准控件要强大一些。虽然如此,但是在定制边框弹框时,还是遇到了问题:border=NO并且arrowDirection = FPPopoverNoArrow时多出了一个头。原创 2013-09-29 23:52:55 · 2708 阅读 · 0 评论