I have a UITableView, Is there a way to know the start position of scrolling when table is being scrolled ?
I don’t think that I can subclass the UIScrollview of UITableView, right ?
Also, I need to know if there is a method to disable vertical or horizontal scroll in UITableView.
According to your answer on Niall Mccormack I have observed that you can use
in your tableviewcontroller initialization .