Daniel Klöck

Results 23 comments of Daniel Klöck

Use a `@Binding var selection: Item` in Another View and pass it `$selection`. This will allow you to update the state.

that is just telling that you probably removed home from your enum or that it is taking some other `Item` type instead of your enum (the naming is very generic)....

Since the TabBar can also be floating, by default, content can fall behind it. If you don't want that behaviour, add a bottom padding of the height of your TabBar....