SwiftIsland / app

Swift Island app
GNU General Public License v3.0
4 stars 7 forks source link

Removed the custom tabbar #47

Closed ppeelen closed 1 year ago

ppeelen commented 1 year ago

This PR will remove the custom tabbar, which initially had more purposes but ended up looking very similar to the System UI tabView.

The app will now use the system TabView instead. This will entail minor changes, but for the benefit of the app. The accent color will now be orange (since white doesn't always work well) and the icons are slightly larger... however this is now all consistent with how tab views look on iOS.

This also means the extra safe area inset is not longer needed.