I am getting the error of “outlets cannot be connected to repeating content”. I am trying to have a table view where the image shows url images from an API. How do I do this?
Asked
Active
Viewed 29 times
0
-
1You can't connect an outlet from your table view cells to the parent view controller. See [here](https://stackoverflow.com/questions/26561461/outlets-cannot-be-connected-to-repeating-content-ios) – aheze Apr 27 '21 at 20:00
-
This is a very broad question but the matter of how to populate a table view from online / downloaded data has been handled here hundreds of times already so please search before asking. – matt Apr 27 '21 at 22:32