Floaty
Floaty copied to clipboard
Aint working with TableViewController
is there any solution for that? :(
Lol found the problem, just changed it to - self.navigationController?.view.addSubview(floaty) and it works xD hope i helped people ...
Yup, your solution works and it's useful if you want floaty to appear in all of the ViewControllers in your NavController stack. But if you want floaty for just a single TableViewController, then you're better off using:
floaty.sticky = true self.tableView.addSubview(floaty)
@a-choyster i have tabbar -> tableview, but the fab is under tabbar
@a-choyster i have tabbar -> tableview, but the fab is under tabbar
Just add the height of the tab bar to the y-axis padding:
floaty.paddingY += tabBarController!.tabBar.bounds.size.height