ios - In Swift, how do I iterate through every cell in a UITableView and then get its properties? -


i have generic uitableview , want go through every visible cell.

how can in swift?

i'm using in 1 of projects:

let cells = self.tableview.visiblecells as! array<uitableviewcell>      cell in cells {         // @ data     } 

here's answer, it's in objective-c: how can loop through uitableview's cells?


Comments

Popular posts from this blog

android - Linear layout children not scrolling -

javascript - Create websocket without connecting -

android - Gradle sync Error:Configuration with name 'default' not found -