Move button scroll
Sorry for my english How I can do to make the button move when I scroll in the table view??
Thank you for asking question. You can scroll the button by adding it in tableview.
I have this, but not works `let floatingFrame = CGRect(x: self.tableView.frame.width - 56 - 10, y: self.tableView.frame.height - 156 - 20, width: 56, height: 56) let floatingActionButton = LiquidFloatingActionButton(frame: floatingFrame) floatingActionButton.dataSource = self floatingActionButton.delegate = self
let bottomRightButton = floatingActionButton self.tableView.addSubview(bottomRightButton)`
Any solutions??
Thanks
Any solutions??
Thanks