You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
Hello, i'm new in swift programming
I see in your example this
contentCell.contentLabel.text = "Content"
that was code for set the cell content right?
So, what if i have data that need looping?
Did i just go "for" then inside the looping insert this
contentCell.contentLabel.text = thearray
?
The text was updated successfully, but these errors were encountered: