brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

Loop the content #9

Open lcslawliet opened 8 years ago

lcslawliet commented 8 years ago

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 ?