1、运行错误:
this class is not key value coding-compliant for the key img
解决:在设置IBAction和IBOutlet时有多余的连线,按下ctrl键检查控件的连接将多余的连续删除后程序正常运行
1、运行错误:
this class is not key value coding-compliant for the key img
解决:在设置IBAction和IBOutlet时有多余的连线,按下ctrl键检查控件的连接将多余的连续删除后程序正常运行