摘要:.a的静态库并不是只需要一个就够。往往需要i386(模拟器)、armv6和armv7(真机)的3个版本。可以使用一下命令查看该.a文件所支持的版本型号。lipo -i xx.a还可以使用如下命令创建一个通用的.a文件:lipo -create /Users/Travis/Desktop/libIMI...
阅读全文
摘要:目前iOS的指令集有以下几种:armv6iPhoneiPhone2iPhone3G第一代和第二代iPod Toucharmv7iPhone4iPhone4Sarmv7siPhone5iPhone5Carm64iPhone5S机器对指令集的支持是向下兼容的,因此armv7的指令集是可以运行在iPhon...
阅读全文
摘要:http://www.cnblogs.com/YouXianMing/p/3762466.htmlhttp://supershll.blog.163.com/blog/static/370704362012513113447720/
阅读全文
摘要:http://blog.knownsec.com/Knownsec_RD_Checklist/v2.2.htmlby @知道创宇(www.knownsec.com) @余弦 & 行之知道创宇是国内Geek十足且普遍被认为特别有前途的互联网安全公司
阅读全文
摘要:http://gksanthoshbe.blogspot.com/2013/03/ios-interview-questions-and-answers.html1-How would you create your own custom view?By Subclassing the UIView...
阅读全文
摘要:Apple开发、调试工具下载链接 https://developer.apple.com/downloads/index.action逆向工具下载 http://pan.baidu.com/s/1nt3BKyXiOS运行时工具-cycripthttp://blog.csdn.net/sakulafl...
阅读全文
摘要:参考:https://developer.apple.com/support/ios/program-renewals.phpWhat happens if I do not renew my membership?If your iOS Developer Program membership e...
阅读全文
摘要:一些Swift的问题列表:How to use a Objective-C #define from SwiftHow do I convert an NSDictionary to a Swift Dictionary?Swift: 'var' declaration without getter...
阅读全文
摘要:iOS5.0 SDK NSURLConnection类新增的sendAsynchronousRequest:queue:completionHandler:方法sendAsynchronousRequest可以很容易地使用NSURLRequest接收回调,完成http通信。1. post数据 1 -...
阅读全文