Error out of the box.
Line 88 of ViewController.swift:
let imageView = listView.viewWithTag(i) as! UIImageView
Could not cast value of type ‘UIView’ (0x7fff895ce1e8) to ‘UIImageView’ (0x7fff895cde00).
Same error as this guy.
Error out of the box.
Line 88 of ViewController.swift:
let imageView = listView.viewWithTag(i) as! UIImageView
Could not cast value of type ‘UIView’ (0x7fff895ce1e8) to ‘UIImageView’ (0x7fff895cde00).
Same error as this guy.