CustomCollectionViewLayout icon indicating copy to clipboard operation
CustomCollectionViewLayout copied to clipboard

Loop the content

Open lcslawliet opened this issue 9 years ago • 0 comments

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 ?

lcslawliet avatar Feb 29 '16 09:02 lcslawliet