使用copy: 对NSString
使用retain: 对NSObject
使用assign: 对基础数据类型(NSInteger)和C数据类型(int,float,double,char等)
UI上从button上拖出一条线:control+一个手指头拖动
或者用两个
每天记住关于IOS的十个单词
protocol //协议
required //要求 必须的
optional //可选的
property //属性
assign //保留
image //图像
translation //平移
static //静态 (忘了)
transform //变换
scale //UI上的缩放
rotate //旋转