09 2013 档案
ios 应用间相互调用
摘要:http://bbs.9ria.com/forum.php?mod=viewthread&tid=222941 阅读全文
posted @ 2013-09-10 11:00 Jelly_L 阅读(132) 评论(0) 推荐(0)
error:this class is not key value coding-compliant for the key scrollView.
摘要:在控制台提示是: 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 阅读(254) 评论(0) 推荐(0)