There is a table view with three sections. The last section may contain many items. I need to show a button on the navigation bar as soon as the table view is showing only the last section (e.g. user scrolled the cells up so that the first and second view became invisible).
So basically how to detect that the table view is now showing only the last section and cells from the first two sections are no longer visible?
UITableView class has to methods:
Have you tried them? Do they help?