
Xcode
文章平均质量分 81
chuanyituoku
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Creating a Static Library with Xcode 4.6 or Higher
主要介绍 如何在Xcode创建一个简单的静态库;主要是一些设置问题需要细细研究原创 2013-11-30 17:08:15 · 1214 阅读 · 0 评论 -
LLVM Overview
LLVM Overview LLVM (originally an acronym for Low Level Virtual Machine) was conceived as a compiler framework for programs written in arbitrary languages. Currently, the LLVM project consists of原创 2013-12-01 11:54:44 · 750 阅读 · 0 评论 -
Xcode 自动加Comment插件:VVDocumenter-Xcode
https://github.com/onevcat/VVDocumenter-Xcode 下载工程代码,编译下转载 2014-04-30 15:01:20 · 659 阅读 · 0 评论 -
Xcode 看变量2进制内存值
在 debug 模式下如何在断点处,查看字符指针变量内存中的值,像vs2008的调试工具一样的内存查看器,现在只能查看第一个内存中的值可以在输出窗口采用gdb命令:x /nfu n表示要显示的内存单元的个数 ----------------------------------------- f表示显示方式, 可取如下值: x 按十六进制格式显示变量 d 按十进制格式显示变量转载 2014-06-12 14:07:32 · 781 阅读 · 0 评论 -
Xcode Interface Builder Help Link
https://developer.apple.com/library/ios/recipes/xcode_help-interface_builder/_index.html转载 2014-09-05 13:57:27 · 527 阅读 · 0 评论