0

I want to add a floating button on the UItableview. The location of the button should stay set at one position.

The purpose of the button should be to scroll up and down through the uitableview.

Please suggest me if there is any direct framework available which can be implemented in the project to achieve this.

Subso
  • 1,413
  • 2
  • 10
  • 16
  • UIKit would be the framework you would use. Why would you want to add a button to scroll a table view? Why wouldn't the user just scroll the table like all other table views? – rmaddy Jun 04 '16 at 17:30
  • I have a long list of data, in case i am in middle of somewhere and want to jump directly to top or bottom; for that purpose i need it. – Subso Jun 04 '16 at 18:27
  • Set up the table's index down the right side. That's what it's for. – rmaddy Jun 04 '16 at 20:12
  • I don't feel that's gonna sort out my issue. – Subso Jun 05 '16 at 14:15

0 Answers0