求助。 我从IB里拖了一个UIImageView到一个UITableViewCell里面。 但是不知道为何抛出此错误。Google了也没有答案。 已经尝试将Weak改为Strong也没有效果,求高人指点。
业精于勤,荒于嬉;行成于思,毁于随。
UITableViewCell has a member variable named imageView. You just need to change the name.
UITableViewCell itself has the attribute of imageView
UITableViewCell has a member variable named imageView. You just need to change the name.
UITableViewCell itself has the attribute of imageView