- 浏览: 4550 次
- 性别:
- 来自: 上海
最新评论
文章列表
引用Panoramagl—— 720全景展示 Panorama viewer library for iPhone, iPad and iPod touch
MBProgressHUD —— 进度指示 一种优雅的,半透明的进度显示效果。同时还提供了其他附加功能,比如显示完成信息并淡出。
iCarousel —— 效果很酷的分页排列 内容类似的页面需要并排列出来,供用户选择。iCarousel具有非常酷的3D效果,比如经典的CoverFlow, TimeMachine。另外还具有线性,圆柱状等其它效果。可用于图片选择,书籍选择,网页选择等。
CorePlot —— 2D图形绘图 数据可视化, ...
1. 类模板
引用original path: /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File Templates
custom path: /Users/KNET/Library/Developer/Xcode/Templates/File Templates
2. 方法注释
引用在code snippet library中添加user code snippet,并且可以设置shortcut
模板例子
/**
* <#description#>
...
When you build a new iPhone or iPad app from scratch, you can generate a new project with tests using Xcode’s project templates, and the test dependency is set up correctly.
However, if you add a unit test target to an existing iOS project, there are some manual steps required to set up the target c ...
Xcode是开发iOS应用和Mac OS应用的必备工具,但这个工具的辅助功能相对于Eclipse之类的IDE来说,还是比较少,在Eclipse里只要按Ctrl+Shift+F,就可以将Java代码格式化得非常好看。而在Xcode里,只有Re-Indent(Ctrl+I)这一个调整缩进的功能 ...