碰到一个这样的错误:
this class is not key value coding-compliant for the key scrollListView
经查询,是因为我把自动创建的xib文件删除了,导致IB与代码中的IBOutlet不能对应。
原文:http://www.cnblogs.com/1oo1/p/4029216.html