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

java - Andrioid studio start fail: Fatal error initializing 'null' -

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

StringGrid issue in Delphi XE8 firemonkey mobile app -