I was wondering how to detect if the UITableView is scrolled (up or down). I want to hide the keyboard when the UITableView is scrolled with self
UITableView
self
You can add UIScrollViewDelegate. After that you can implement scrollViewDidScroll method.
UIScrollViewDelegate
scrollViewDidScroll