How to display the image from tableViewCell downloaded from URL using SDWebImage in the detailViewController? – Ios swift
My app downloads images from firebase and displays them in the tableViewController cells, also I need the AudioPlayerViewController to display exactly same image of the selected row/cell. For now in anyway it displays only the last downloaded image. I tried…