3

I try to fix the position of floating button in the screen but when I scroll the tableView, the button move with cell. Please, any solution let me know.

Kushal Shrestha
  • 775
  • 1
  • 10
  • 21

1 Answers1

0

I think you you have actually added the floating button in UITableViewCell Mistakenly. Please check It carefully in your ViewController object hierarchy.

Or, if you are using UITableViewController, you have To change it to UIViewController:

How to put buttons over UITableView which won't scroll with table in iOS

Community
  • 1
  • 1
Abu Ul Hassan
  • 1,340
  • 11
  • 28