I have an array of 5 strings that are URLs of logos I'd like to populate cells. The URLs are taken after a searchBarSearchButtonClicked
gets these URLs from a JSON
response which then populates the arrays.
I have tried a different bunch of tutorials which takes URLs into UIImages to no avail. Also, I'd like to know if this is the right technique to use?