ExpandableCell icon indicating copy to clipboard operation
ExpandableCell copied to clipboard

expandableTableView.scrollToRow(at: index, at: .top, animated: true)

Open SaMMaHeTa opened this issue 6 years ago • 1 comments

where to call the expandableTableView.scrollToRow(at: index, at: .top, animated: true) to get focus on expanded section?

SaMMaHeTa avatar Mar 13 '20 15:03 SaMMaHeTa

DispatchQueue.main.asyncAfter(deadline: .now() + 0.2) { self.tblMain.scrollToRow(at: yourNewIndex, at: .middle, animated: true) }

VisroliyaHimanshu avatar Apr 24 '21 20:04 VisroliyaHimanshu