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
Post a Comment