When a video has played and you click onto another stream it should wipe it from the memory. Currently this is being done in prepareForReuse, however it is not working.
Prepare for reuse isn't even being called. It seems like the cell is being reused for text or whatever and it's ignoring this. Maybe we could change the items to all be a subclass and do the reuse in the parent
When a video has played and you click onto another stream it should wipe it from the memory. Currently this is being done in prepareForReuse, however it is not working.