LiquidFloatingActionButton icon indicating copy to clipboard operation
LiquidFloatingActionButton copied to clipboard

Move button scroll

Open ghost opened this issue 9 years ago • 4 comments

Sorry for my english How I can do to make the button move when I scroll in the table view??

ghost avatar Aug 04 '16 12:08 ghost

Thank you for asking question. You can scroll the button by adding it in tableview.

yoavlt avatar Aug 05 '16 13:08 yoavlt

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)`

ghost avatar Aug 08 '16 05:08 ghost

Any solutions??

Thanks

ghost avatar Aug 09 '16 11:08 ghost

Any solutions??

Thanks

ghost avatar Aug 18 '17 07:08 ghost