类型转化错误?
let image = cell.viewWithTag(101) as! UIImageView
就这一行,编译的时候没有任何问题,一运行就显示:
Could not cast value of type 'UITableViewCellContentView' (0x10e0aa698) to 'UIImageView' (0x10e09d8a8).
查了Google和stackoverflow好半天了,还没有解决,有人知道为什么吗
let image = cell.viewWithTag(101) as! UIImageView
就这一行,编译的时候没有任何问题,一运行就显示:
Could not cast value of type 'UITableViewCellContentView' (0x10e0aa698) to 'UIImageView' (0x10e09d8a8).
查了Google和stackoverflow好半天了,还没有解决,有人知道为什么吗
2015-12-15
举报