NSNumber
static
看下面例子 gCount可以在Person 文件中使用 在main 中不行
@property()括号中可以填的属性
国际化
OC中的快捷键操作
operation + command + 0 缩进右侧边框栏
command + 0 缩进左侧边框栏
control + command + 箭头【上下】切换文件
control + command + 箭头【左右】最近访问的文件
command + / 注释
command + shift + k 清空
command + x 剪切
command + c 复制
command + v 粘贴
command + shift + alt + ← 合住所有方法
command + 0 缩进左侧边框栏
control + command + 箭头【上下】切换文件
control + command + 箭头【左右】最近访问的文件
command + / 注释
command + shift + k 清空
command + x 剪切
command + c 复制
command + v 粘贴
command + shift + alt + ← 合住所有方法
command
command + shift + N 新建一个Xcode
command + R 运行
command + R 运行
command + , 偏好设置
Cmd + . 方便地暂停运行iOS模拟器
关于类的对象
类方法是不能访问实例变量的【此时实例变量还没有创建】