alloc 分配内存(类方法) init 调用构造函数 id可以替代任何数据类型(不加*号)
错误现象:
2013-06-27 21:44:21.769 FieldButtonFun[3465:11303] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x7130f90> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key generateStory.'xib某个空间已经通过outlet连接到ViewController中的某个变量上了,后来变量删除了,但是没有删除关系,导致找不到对应的KEY。
1.