首页 > 代码库 > iOS First week!

iOS First week!

切换模拟器方向: ? + 方向箭。

默认情况模拟器太大了,屏幕都被占满了,着实看着不爽,还好有快捷键resize模拟器的大小:

?+1 for 100%
?+2 for 75%
?+3 for 50%

Found here: http://stackoverflow.com/a/6140152/1388881

习惯了Android Studio的自动注释和快捷键,用xCode真心蛋疼啊,还好有个自动注释的插件VVDocumenter-Xcode,安装步骤:

1.git clone https://github.com/onevcat/VVDocumenter-Xcode.git

2.open it in xcode:?+B

3.quit xcode,relaunch it,then try /// before any method, dada ... surprise!





iOS First week!