Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

UITableview scroll to bottom swift

let indexPath = IndexPath(item: noOfRows, section: 0)
yourTableView.scrollToRow(at: indexPath, at: UITableView.ScrollPosition.bottom, animated: true)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #UITableview #scroll #bottom #swift
ADD COMMENT
Topic
Name
9+4 =