摘要: 在控制台提示是: Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key scrollView.'一般此问题 都是由Interface Build与代码中IBOutlet的连接所引起的。 可能是在代码中对IBOutlet的名称进行了修改,导致Interface Build中的连接失效。 总之,出现这 阅读全文
posted @ 2013-09-06 21:14 Jelly_L 阅读(245) 评论(0) 推荐(0) 编辑