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 - Gradle sync Error:Configuration with name 'default' not found -

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

html - jQuery UI Sortable - Remove placeholder after item is dropped -