Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move button scroll #78

Open
ghost opened this issue Aug 4, 2016 · 4 comments
Open

Move button scroll #78

ghost opened this issue Aug 4, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 4, 2016

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

@yoavlt
Copy link
Owner

yoavlt commented Aug 5, 2016

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

@ghost
Copy link
Author

ghost commented Aug 8, 2016

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
Copy link
Author

ghost commented Aug 9, 2016

Any solutions??

Thanks

@ghost
Copy link
Author

ghost commented Aug 18, 2017

Any solutions??

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant