I have a floating action button in my app above a toolbar. The action button adds items to my app, so is pretty important and should be easy to reach. Now with the new liquid glass design, I wonder what the best way is to combine those two.
Should I use .tabViewBottomAccessory()
for that? Though, that will merge down on scroll. 🤔
Or can I replace the search button in the bottom right with my own custom button action?