I was just starting to use Swift as the prorgamming language and I had a problem with custom cells.
When I try to create custom cells, and then I move forward and try to create them the way I need them (with custom style setting) everything looks good. Now I don’t know how to insert specific data into them, since all the textbooks I found used the "basic" style option, where they only have a text label to which they assign their data.
Now for me, when I “control the drag and drop” of my tags into my code, I give them specific names, such as “dateLabel” or “sourceLabel”, to insert the data correctly.
now I'm not sure, and could not find the answers that worked, on how to remember my user-made shortcuts so that I could assign them my data ...
Perhaps some of you could help me with this, since I am sure that this is a simple problem, but I will not find any resources for this ^^

We hope that the font is not small, I just wanted you guys to see the ero I get.
I used the following tutorial as a guideline, as he was the only one who worked the way this guy did this: https://www.youtube.com/watch?v=0qE8olxB3Kk
I checked the identifier and it is configured correctly, and I cannot find anything on the Internet about how I should correctly refer to my own labels with their correct names.
any help would be appreciated :)
source share